aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2013-04-18test(modules): fix module tests which got disabled by ngMobileIgor Minar
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-11feat(ngSwipe): Add ngSwipeRight/Left directives to ngMobileBraden Shepherdson
2013-04-08fix($sniffer): $sniffer to support non-vendor prefixesMatias Niemelä
2013-04-03fix(ngAnimator): correct polyfillSetup activation and memento generationWilliam Bagayoko
2013-04-03feat(Scenario): autodisable animations when running e2e testsIgor Minar
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
2013-03-13feat(ngMobile): add ngMobile module with mobile-specific ngClickBraden Shepherdson
2013-03-11fix($location): correctly rewrite html5 url to hashbang urlThibault Leruitte
2013-03-11feat(ng:switch): Preserve the order of the elements not in the ng-switchLucas Galfasó
2013-03-08feat(directive): add ngKeypress directive for handling keypress eventMark Nadig
2013-03-08test($route): add tests for matching 'otherwise' routesIgor Minar
2013-03-08feat(http): set custom default cache in $http.defaults.cacheAlexander Shtuchkin
2013-03-06feat(angular.bootstrap): support deferred bootstrapJulie
2013-02-28feat($compile): allow directives to modify interpolated attributesThibault Leruitte
2013-02-27feat($compile): support for dynamic template generationLuis Ramón López
2013-02-27feat($route): add `caseInsensitiveMatch` option for url matchingDavid Chang
2013-02-27feat($resource): ability to override url in resource actionszeflasher
2013-02-27feat($compile): add attribute binding support via ngAttr*Luis Ramón López
2013-02-26fix($http): don't encode URL query substring "null" to "+"Andrew McLeod
2013-02-25fix($compile): compile replace directives in external templatedanilsomsikov
2013-02-25chore(sortedHtml): print attributes with empty valueIgor Minar
2013-02-25feat($compile): '=?' makes '=' binding optionalLuis Ramón López
2013-02-25feat($q): $q.all() now accepts hashAlexander Shtuchkin
2013-02-25fix($compile): whitelist file:// in url sanitizationIgor Minar
2013-02-23fix($compile): handle elements with no childNodes propertyIgor Minar
2013-02-20fix($compile): sanitize values bound to a[href]Igor Minar
2013-02-18fix(ngClass): keep track of old ngClass value manuallyPer Rovegård
2013-02-18fix(compile): should not leak memory when there are top level empty text nodesPete Bacon Darwin
2013-02-14feat(routeProvider): Add support to catch-all parameters in routesLuis Ramón López
2013-02-14fix(compile): Initialize interpolated attributes before directive linkingPete Bacon Darwin
2013-02-14fix(compile): Interpolate @ locals before the link function runsPete Bacon Darwin
2013-02-14feat(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefaultLucas Galfasó
2013-02-14fix($httpBackend): patch for Firefox bug w/ CORS and response headersWill Moore
2013-02-14fix(a): workaround IE bug affecting mailto urlsIgor Minar