aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2014-01-09fix($location): return '/' for root path in hashbang modeCaitlin Potter
2014-01-09fix($httpBackend): Allow status code 0 from any protocolRafał Jagoda
2014-01-08fix($httpBackend): cancelled JSONP requests will not print error in the consoleArtemy Tregubenko
2014-01-06test(ngMock): fix the tests to not use global msieVojta Jina
2014-01-06fix(ngMock window.inject): Remove Error 'stack' property changesAndrew C. Greenberg
2014-01-06chore(inputSpec): fixed typoBen Wiklund
2014-01-06refactor(animate): remove duplicate lineChris Chua
2014-01-05refactor(filterFilter): simplify code by a ternary op instead of if-elseRoyLING
2014-01-03fix($parse): fix CSP nested property evaluation, and issue that prevented its...Brian Nenninger
2014-01-03fix($httpBackend): don't delete xhr.onreadystatechange otherwise Safari :-OIgor Minar
2014-01-03fix($animate): ensure class-based animations are always skipped before struct...Matias Niemelä
2014-01-02fix($resource): prevent URL template from collapsing into an empty stringGias Kay Lee
2014-01-02fix(ngShow/ngHide, ngIf): functions with zero args should be truthyBrian Ford
2014-01-02fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8Igor Minar
2014-01-02fix($location): $location.path() behaviour when $locationChangeStart is trigg...Sebastian K
2014-01-02fix($browser): remove base href domain when url begins with '//'Caitlin Potter
2014-01-02fix(ngRepeat): allow for more flexible coding style in ngRepeat expressionGias Kay Lee
2014-01-02fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...Igor Minar
2014-01-02test(rootScope): reorganize $watch deregistration specs into a describeIgor Minar
2014-01-02fix($httpBackend): Ignore multiple calls to onreadystatechange with readyState=4Tobias Bosch
2014-01-02fix(animate): remove trailing `s`Olivier Louvignes
2013-12-31test(compileSpec): fix broken build on FFIgor Minar
2013-12-31test(injector): add missing test for #5577Igor Minar
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-27perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...Karl Seamon
2013-12-27fix(ngRoute): instantiate controller when template is emptyCaitlin Potter
2013-12-19feat(ngAnimate): provide configuration support to match specific className va...Matias Niemelä
2013-12-19feat(jqLite): provide support for element.one()Matias Niemelä
2013-12-19style(animateSpec): ensure spacing between specs and describes is consistentMatias Niemelä
2013-12-19fix($animate): use a scheduled timeout in favor of a fallback property to clo...Matias Niemelä
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ä