aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-11-26refactor($location): move file://+win path fix to $locationJeff Cross
2013-11-26fix($sanitize): Use same whitelist mechanism as $compile does.Tobias Bosch
2013-11-26chore($httpBackend): preserve original non-zero http status code for file:// ...corrupt
2013-11-25fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual ...Matias Niemelä
2013-11-23fix($animate): ensure blocked keyframe animations are unblocked before the DO...Matias Niemelä
2013-11-22fix(input): Support form auto complete on modern browserTobias Bosch
2013-11-22fix($httpBackend): only IE8 and below can't use `script.onload` for JSONPPete Bacon Darwin
2013-11-22test($compile): correct the assertion to make test pass on IE11Igor Minar
2013-11-22fix($parse): allow for new lines in expr when promise unwrapping is onrodyhaddad
2013-11-21fix($compile): secure form[action] & iframe[srcdoc]Chirayu Krishnappa
2013-11-21fix(httpBackend): should not read response data when request is abortedGonzalo Ruiz de Villa
2013-11-21fix(ngMock): fixes httpBackend expectation with body objectCorey Burrows
2013-11-21fix(loader): expose `$$minErr` to modules such as`ngResource`Pete Bacon Darwin
2013-11-21fix(ngView): Don't throw when the ngView element contains content with direct...Tobias Bosch
2013-11-21fix(ngInclude): Don't throw when the ngInclude element contains content with ...Tobias Bosch
2013-11-21fix(tests): Correct tests for IE11Tobias Bosch
2013-11-21fix(ngAnimate): correctly retain and restore existing styles during and after...Peter Deak
2013-11-21fix($animate): ensure keyframe animations are blocked around the reflowMatias Niemelä
2013-11-21fix($animate): ensure transition animations are unblocked before the dom oper...Matias Niemelä
2013-11-21fix($animate): ensure addClass/removeClass animations do not snap during reflowMatias Niemelä
2013-11-21fix($compile): ensure CSS classes are added and removed only when necessaryMatias Niemelä
2013-11-21fix(ngController): fix issue with ngInclude on the same elementAndrew Silluron-Gonzalez
2013-11-21fix($resource): Always return a resource instance when calling class methods ...Tobias Bosch
2013-11-21feat(input): hold listener during text compositionChia-liang Kao
2013-11-20fix(ngAnimate): use a fallback CSS property that doesn't break existing stylesMatias Niemelä
2013-11-20refactor($sce): Use $sniffer instead of $document for feature detection.Tobias Bosch
2013-11-20fix(ngClass): ensure that ngClass only adds/removes the changed classesMatias Niemelä
2013-11-20fix($animate): ensure the DOM operation isn't run twiceMatias Niemelä
2013-11-20fix(ngInclude): allow ngInclude to load scripts when jQuery is includedBrian Ford
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-13feat($parse): revert hiding "private" propertiesVojta Jina
2013-11-13fix(urlUtils): made removal of windows drive from path saferJeff Cross
2013-11-13docs($httpBackendSpec): fix typo in spy nameBen Wiklund
2013-11-12fix(urlUtils): urlUtils doesn't return right path for file:// on winROUL
2013-11-12fix($compile): correctly handle interpolated style in replace templatesTobias Bosch
2013-11-11fix(ngIf): don't create multiple elements when changing from a truthy to anot...Tobias Bosch
2013-11-11fix($resource): don't use $parse for @dotted.memberChirayu Krishnappa
2013-11-08fix(animateSpec): run digest to enable animations before testsPete Bacon Darwin
2013-11-08fix(ngClassSpec): clear animation enable fn from postDigestQueuePete Bacon Darwin
2013-11-07feat(jqLite): expose isolateScope() getter similar to scope()Igor Minar
2013-11-07fix($compile): don't leak isolate scope state when replaced directive is used...Igor Minar
2013-11-07fix($compile): correct isolate scope distribution to controllersIgor Minar
2013-11-07fix($compile): replaced element has isolate scopeMisko Hevery
2013-11-07fix($compile): only pass isolate scope to children that belong to the isolate...Vojta Jina
2013-11-07fix($compile): make isolate scope truly isolateVojta Jina
2013-11-06fix(ngView): only run anchorScroll after animation is doneJeff Cross
2013-11-06fix(ngInclude): only run anchorScroll after animation is donePete Bacon Darwin
2013-11-06fix($animate): only apply the fallback property if any transition animations ...Matias Niemelä
2013-11-05feat($animate): ensure CSS transitions can work with inherited CSS class defi...Matias Niemelä
2013-11-05chore(animateSpec): provide meaningful CSS class names in animation testsMatias Niemelä