aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
2013-04-19docs(ngBind): fix typoMichal Reichert
2013-04-17fix(ngModel): use paste/cut events in IE to support context menuMark Dalgleish
2013-04-17doc(ngClassEven): make consistent with ngClassOddes128
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-13docs(ngController): fix docs link to api/ng.$routebrandonjp
2013-04-11fix(ngRepeat): prevent initial duplicatesMisko Hevery
2013-04-03docs: add animations into docs and directive examplesMatias Niemelä
2013-04-02feat(ngAnimate): add support for animationMisko Hevery
2013-04-01docs(ngSwitch): improve the @usage exampleIgor Minar
2013-03-29feat(ngRepeat): add support for custom tracking of itemsMisko Hevery
2013-03-29docs(*): fixed typosPascal Borreli
2013-03-20refactor(ngRepeat): make use of declared variableMark Chapman
2013-03-20chore(select): Fix ngOptions regexp capture comment.Arlen Christian Mart Cuss
2013-03-11feat(ng:switch): Preserve the order of the elements not in the ng-switchLucas Galfasó
2013-03-08docs(ngCloak): update the CSS rule with data-ng-cloakChristian Vuerings
2013-03-08feat(directive): add ngKeypress directive for handling keypress eventMark Nadig
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(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefaultLucas Galfasó
2013-02-14fix(a): workaround IE bug affecting mailto urlsIgor Minar
2013-02-14fix(ngSwitch): make ngSwitch compatible with controller BC moduledeboer
2013-02-04docs(ngClass): fix typo in descriptionPowerKiKi
2013-01-26docs(a): escape sample code in ng a directiveFred Sauer
2013-01-22docs(ngOpen): fix typo in api docsIgor 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
2013-01-08revert: fix(a): prevent Opera from incorrectly navigating on link clickIgor Minar
2013-01-04docs(form): minor form doc and example fixesJonathan Card
2012-12-18feat(directive): ng:keydown, ng:keyupMark Nadig
2012-12-17docs(ngView): fix code example (change template to templateUrl)Pawel Kozlowski
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
2012-11-26fix(ngClassOdd/ngClassEven): support shrinking/reordering in repeatersIgor Minar
2012-11-26fix(ngRepeat): support mostly-stable repeating for primitivesIgor Minar
2012-11-26fix(ngModel): sync ngModel state with scope stateIgor Minar
2012-11-26fix(ngRepeat): attempt to simplify and improve existing fix for #933Igor Minar
2012-11-26feat(form): add ability to reset a form to pristine statePawel Kozlowski
2012-11-25docs(api): add ngRequired to input/select/textarea directivesDean Sofer
2012-11-11docs(ngList): fix typoJosh Adams
2012-11-11docs(ngHide): Fix typo and make it more in line with ngShowChristian Vuerings
2012-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
2012-09-06fix(a): prevent Opera from incorrectly navigating on link clicksgtpep
2012-09-06fix(FormController): propagate dirty state to parent formsKai Groner
2012-09-06fix(*): name all anonymous watch functions in AngularShyam Seshadri
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(ngClass): works with class interpolationMax Martinsson
2012-09-06fix(ngRepeat): now works with primitive typesZhenbo Zhang