aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-12-19fix($compile): remove invalid IE exceptional case for `href`Alexandre Potvin Latreille
2013-12-19fix($parse): return 'undefined' if a middle key's value is nullCaitlin Potter
2013-12-18fix(forEach): allow looping over result of querySelectorAll in IE8Tobias Bosch
2013-12-18fix($location): parse xlink:href for SVGAElementsCaitlin Potter
2013-12-18perf($parse) use a faster path when the number of path parts is lowKarl Seamon
2013-12-18fix(input): do not hold input for composition on androidChia-liang Kao
2013-12-18chore($sniffer): make android variable publicChia-liang Kao
2013-12-17fix(select): invalidate when 'multiple`, `required` and model is `[]`Caitlin Potter
2013-12-16fix(jqLite): support unbind self within handlerChris Chua
2013-12-16fix(ngRepeat): allow multiline expressionsRhys Brett-bowen
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-13perf(a): do not link when href or name exists in templateKarl Seamon
2013-12-12fix(ngInclude): Add template to DOM before linking other directivesTobias Bosch
2013-12-12fix(ngView): Add template to DOM before linking other directivesTobias Bosch
2013-12-12fix($compile): Allow literals in isolate scope referencesTobias Bosch
2013-12-11fix(angular-mocks): use copy of mock data in $httpBackendKarl Seamon
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-12-05fix(isElement): return boolean value rather than `truthy` value.Caitlin Potter
2013-12-05chore(Scope): short-circuit after dirty-checking last dirty watcherKarl Seamon
2013-12-05fix($animate): ensure animations work with directives that share a transclusionMatias Niemelä
2013-12-04fix(ngInit): evaluate ngInit before ngIncludeCaitlin Potter
2013-12-04fix(input): ensure ngModelWatch() triggers second digest pass when appropriateDaniel Tabuenca
2013-12-04fix($animate): ensure ms durations are properly roundedMatias Niemelä
2013-12-04fix($rootScope): broadcast $destroy event on $rootScopeJeff Cross
2013-12-04fix($rootScope): clear phase if an exception is raised by a watcherThomas Guillory
2013-12-04fix($compile): ensure isolated local watches' lastValue is always in syncDaniel Tabuenca
2013-12-03fix(ngSanitize): prefer textContent to innerText to avoid layout trashingMichał Gołębiowski
2013-12-03fix(jqLite): ignore incompatible nodes on find()Hubert SABLONNIÈRE
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