aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive
AgeCommit message (Expand)Author
2013-07-29fix(ngClass): ensure ngClass doesn't fire addClass or removeClass with an emp...Matias Niemelä
2013-07-26fix(ngInclude): $animate refactoring + use transclusionMatias Niemelä
2013-07-26chore($animate): replace show/hide with addClass/removeClassMatias Niemelä
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-25feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafeChirayu Krishnappa
2013-07-25feat($sce): new $sce service for Strict Contextual Escaping.Chirayu Krishnappa
2013-07-24fix(select): don't support binding to select[multiple]Igor Minar
2013-07-24feat(ngRepeat): add $even and $odd props to iteratorP. Envall
2013-07-24fix(form): pick the right attribute name for ngFormPawel Kozlowski
2013-07-24fix(ngRepeat): handle iteration over identical obj valuesRory Douglas
2013-07-18test(ngRepeat): add a test for ngRepeat when using 'track by' and a filterBrian Ford
2013-07-18feat(directive): ng:focus, ng:blurAndreas Sander
2013-07-15fix($animator): ensure animations are always disabled for an element that is ...Matias Niemelä
2013-07-14feat(ngPluralize): add alternative mapping using attributesLucas Galfasó
2013-07-11fix(ngSubmit): expose $event to ngSubmit callbackWesley Cho
2013-07-11fix(ngValue): made ngValue to write value attribute to elementMikk Kirstein
2013-07-11test(ngList): remove disabled testIgor Minar
2013-07-02fix($compile): prevent infinite loop w/ replace+transclude directivesIgor Minar
2013-07-02test(ngRepeat): disable an element directive test on IE8Igor Minar
2013-07-02revert: test(ngRepeat): fix IE8 test compatibility issueIgor Minar
2013-07-01test(ngRepeat): fix IE8 test compatibility issueIgor Minar
2013-06-28style(ngRepeatSpec): fix up colons and iitPete Bacon Darwin
2013-06-27fix(compiler): corrects component transclusion on compilation root.Igor Minar
2013-06-24test($compile): fix IE specific test.Chirayu Krishnappa
2013-06-24fix($compile): reject multi-expression interpolations for src attributeChirayu Krishnappa
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
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