aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
AgeCommit message (Expand)Author
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
2012-08-31revert: fix(ng-repeat) to work with primitive typesIgor Minar
2012-08-30fix(ng-repeat) to work with primitive typesZhenbo Zhang
2012-08-27fix(ng-list): remove data bound flickerMisko Hevery
2012-08-24docs(a): expose hidden docsIgor Minar
2012-08-13fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbolsBrian Ford
2012-08-10fix(option): support option elements in datalistIgor Minar
2012-08-10fix(form): prevent page reload when form destroyedIgor Minar
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-08feat($compile): simplify isolate scope bindingsMisko Hevery
2012-06-08refactor($compile): always call attr.$observeMisko Hevery
2012-06-02doc(NgModelController) add example and $render documentationMisko Hevery
2012-06-02doc(guide): clean up broken linksMisko Hevery
2012-06-01feat($route): rename template -> tempalteUrl and add support for inline templ...Misko Hevery
2012-06-01chore($route): rename eventsMisko Hevery
2012-06-01feat($route): resolve local route promisesMisko Hevery
2012-05-22fix(ngRepeat): expose $first, $middle and $last instead of $positionMax
2012-05-06fix(ngSrc,ngHref): binding should set element prop as well as attrIgor Minar
2012-05-06fix(ngModel): use keydown/change events on IE9 instead of inputIgor Minar
2012-05-04chore(docs): re-skin main documentationMisko Hevery
2012-05-02fix(select): don't interfere with selection if not databoundIgor Minar
2012-04-30docs(ngCsp): make the CSP docs publicly visibleIgor Minar
2012-04-30docs(ngSanitize): fix directive linksIgor Minar
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-20fix(select): properly handle empty & unknown options without ngOptionsIgor Minar
2012-04-20fix(script): Incorrectly reading script text on ieMisko Hevery
2012-04-20docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sa...johnlindquist