aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive
AgeCommit message (Expand)Author
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-06-11fix(ngRepeat): support growing over multi-element groupsMisko Hevery
2013-06-06refactor($route): pull $route and friends into angular-route.jsIgor Minar
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-14feat(ngSrcset): add new ngSrcset directiveSamuel Santos
2013-05-14feat(select): match options by expression other than object identityquazzie
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($sniffer): Add support for supportsAnimations flag for detecting CSS Ani...Matias Niemelä
2013-05-07fix(select): ensure empty option is not lost in IE9Chad Smith
2013-05-03feat(ngInclude): $includeContentRequested eventMatthieu Larcher
2013-05-02fix(ngView): accidentally compiling leaving contentMisko Hevery
2013-05-02fix(ngRepeat): correctly iterate over array-like objectsGonzalo Ruiz de Villa
2013-05-01test(ngAnimate): also provide W3C transition property to work on IE10Pete Bacon Darwin
2013-04-29fix(ngController): change controllerAlias to controllerAs.Misko Hevery
2013-04-22feat(controller): support as instance syntaxMisko 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-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-02feat(ngAnimate): add support for animationMisko Hevery
2013-03-29feat(ngRepeat): add support for custom tracking of itemsMisko Hevery
2013-03-27feat(http): support request/response promise chainingSylvester Keil
2013-03-14Fix failing test in IE 10Shyam Seshadri
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-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(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefaultLucas Galfasó
2013-02-14fix(a): workaround IE bug affecting mailto urlsIgor Minar
2013-01-18feat(directive): added ng-open boolean directiveDavid Chang
2013-01-18fix(ngSwitch): don't leak when destroyed while not attacheddanilsomsikov
2013-01-17fix(ngRepeat): correctly apply $last if repeating over objectPete Bacon Darwin
2012-12-18feat(directive): ng:keydown, ng:keyupMark Nadig
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
2012-11-26fix(ngRepeat): support mostly-stable repeating for primitivesIgor Minar
2012-11-26test(ngRepeat): clean up and improve testsIgor Minar
2012-11-26test(ngRepeat): add test for issue #1076Igor Minar
2012-11-26feat(form): add ability to reset a form to pristine statePawel Kozlowski
2012-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
2012-09-06fix(FormController): propagate dirty state to parent formsKai Groner
2012-09-06fix(ngSrc): don't set src if value is empty stringXiangru Chen
2012-09-06feat(ngModel): support ngTrim attribute on inputGregory Pike
2012-09-06fix(ngClassEven/Odd): filtering/ordering and repeaterpetrovalex
2012-09-06fix(ngClass): works with class interpolationMax Martinsson
2012-09-06fix(ngRepeat): now works with primitive typesZhenbo Zhang
2012-08-31revert: fix(ng-repeat) to work with primitive typesIgor Minar