aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng
AgeCommit message (Expand)Author
2013-05-14feat(select): match options by expression other than object identityquazzie
2013-05-13feat(ngAnimate): cancel previous incomplete animations when new animations ta...Matias Niemelä
2013-05-13chore($sniffer): replace remaining supportsTransitions/supportsAnimations fla...Matias Niemelä
2013-05-11fix($browser): should use first value for a cookie.Chirayu Krishnappa
2013-05-10fix(ngPluralize): handle the empty string as a valid overrideLucas Galfasó
2013-05-08chore(ngAnimate): CSS classes X-setup/X-start -> X/X-activeMatias Niemelä
2013-05-08feat(ngAnimate): Add support for CSS3 Animations with working delays and mult...Matias Niemelä
2013-05-08feat($sniffer): Add support for supportsAnimations flag for detecting CSS Ani...Matias Niemelä
2013-05-07fix(date): correctly format dates with more than 3 sub-second digitsKevin Wells
2013-05-07fix(select): ensure empty option is not lost in IE9Chad Smith
2013-05-06fix($location): prevent navigation when event isDefaultPreventedMisko Hevery
2013-05-03feat(ngInclude): $includeContentRequested eventMatthieu Larcher
2013-05-02fix($location): compare against actual instead of current URLMisko Hevery
2013-05-02fix($location): prevent navigation if already on the URLMisko Hevery
2013-05-02fix(ngAnamite): eval ng-animate expression on each animationMisko Hevery
2013-05-02fix(ngView): accidentally compiling leaving contentMisko Hevery
2013-05-02fix(ngRepeat): correctly iterate over array-like objectsGonzalo Ruiz de Villa
2013-05-02fix($rootScope) ensure $watchCollection correctly handles arrayLike objectsGonzalo Ruiz de Villa
2013-05-01fix($location): back-button should fire $locationChangeStartquazzie
2013-05-01test(ngAnimate): also provide W3C transition property to work on IE10Pete Bacon Darwin
2013-04-30test(controller): instantiate controller defined on windowVojta Jina
2013-04-30fix(ngController): allow dots in a controller nameVojta Jina
2013-04-30feat($httpBackend): add timeout support for JSONP requestsDavid Bennett
2013-04-29fix(ngController): change controllerAlias to controllerAs.Misko Hevery
2013-04-29test(parse): Test for the parsing not invoking twice to get selfLucas Galfasó
2013-04-29test(browser/compile): fix calls to Jasmine fail()Oren Avissar
2013-04-25test(location): should not rewrite Html5 deep urlsPete Bacon Darwin
2013-04-24feat($q): add $q.always() methodLaurent Cozic
2013-04-22feat(controller): support as instance syntaxMisko Hevery
2013-04-22fix($animator): remove dependency on window.setTimeout.Misko Hevery
2013-04-19feat(ngIf): add directive to remove and recreate DOM elementsOren Avissar
2013-04-17fix(ngModel): use paste/cut events in IE to support context menuMark Dalgleish
2013-04-16fix(ngPattern): allow modifiers on inline ng-patternaustingreco
2013-04-16fix(ngClass): should remove classes when object is the same but property has ...Pete Bacon Darwin
2013-04-15fix($location): fix URL interception in hash-bang modeMisko Hevery
2013-04-11fix(ngAnimate): prevent animation on initial page loadMisko Hevery
2013-04-11fix(ngRepeat): prevent initial duplicatesMisko Hevery
2013-04-11fix(ngAnimate): skip animation on first renderMatias Niemelä
2013-04-11feat($animator): allow to globally disable and enable animationsMatias Niemelä
2013-04-08fix($sniffer): $sniffer to support non-vendor prefixesMatias Niemelä
2013-04-03fix(ngAnimator): correct polyfillSetup activation and memento generationWilliam Bagayoko
2013-04-03fix(ngShow/ngHide): revert to display:'' for showMisko Hevery
2013-04-02feat(ngdocs): added functionality to import and extract contents of external ...Matias Niemelä
2013-04-02feat(ngAnimate): add support for animationMisko Hevery
2013-03-29feat(ngRepeat): add support for custom tracking of itemsMisko Hevery
2013-03-29feat(Scope): add $watchCollection method for observing collectionsMatias Niemelä
2013-03-27feat(http): support request/response promise chainingSylvester Keil
2013-03-15fix($location): parse FirefoxOS packaged app urlsManuel Braun
2013-03-14fix(timezone): correct timezone date filter for 1/2 hour offsetsSujeet Pillai
2013-03-14Fix failing test in IE 10Shyam Seshadri