aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2014-02-03fix(ngResource): don't append number to '$' in url param value when encoding URICaitlin Potter
2014-01-31fix($q): make $q.reject support `finally` and `catch`Lucas Galfasó
2014-01-31fix($compile): retain CSS classes added in cloneAttachFn on asynchronous dire...Caitlin Potter
2014-01-31fix(filterFilter): don't interpret dots in predicate object fields as pathsIgor Minar
2014-01-24feat($animate): provide support for a close callbackMatias Niemelä
2014-01-22fix(a): don't preventDefault on click when SVGAElement has an xlink:href attr...Caitlin Potter
2014-01-21fix(input): use Chromium's email validation regexpCaitlin Potter
2014-01-21fix($parse): do not use locals to resolve object propertiesLucas Galfasó
2014-01-14feat($animate): provide support for DOM callbacksMatias Niemelä
2014-01-14feat($animate): use requestAnimationFrame instead of a timeout to issue a reflowMatias Niemelä
2014-01-14fix($animate): ensure the final closing timeout respects staggering animationsMatias Niemelä
2014-01-14chore($animate): remove useless and expired testMatias Niemelä
2014-01-14fix($animate): prevent race conditions for class-based animations when animat...Matias Niemelä
2014-01-14fix($animate): correctly detect and handle CSS transition changes during clas...Matias Niemelä
2014-01-14fix($animate): avoid accidentally matching substrings when resolving the pres...Matias Niemelä
2014-01-13fix($http): ensure default headers PUT and POST are different objectsHendrixer
2014-01-13revert: fix($route): update current route upon $route instantiationIgor Minar
2014-01-13fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ...Noam Lewis
2014-01-10fix($route): update current route upon $route instantiationDaniel Zimmermann
2014-01-10feat(select): allow multiline ng-optionsAjay Roopakalu
2014-01-10fix($http): return responseText on IE8 for requests with responseType setIgor Minar
2014-01-09revert: fix($location): return '/' for root path in hashbang modeIgor Minar
2014-01-09test(docs): add protractor tests for docs appJeff Cross
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ä