aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
AgeCommit message (Expand)Author
2012-11-26fix(ngModel): sync ngModel state with scope stateIgor 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-09-06fix(*): name all anonymous watch functions in AngularShyam Seshadri
2012-09-06feat(ngModel): support ngTrim attribute on inputGregory Pike
2012-08-27fix(ng-list): remove data bound flickerMisko Hevery
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-05-06fix(ngModel): use keydown/change events on IE9 instead of inputIgor Minar
2012-04-11fix(input.radio): support 2-way binding in a repeaterVojta Jina
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
2012-04-03feat(ngModel): update model on each key stroke (revert ngModelInstant)Vojta Jina
2012-03-29fix(ngValue): bind properly inside ng-repeatVojta Jina
2012-03-29refactor($compile): move methods of attr object into prototypeVojta Jina
2012-03-28refactor(toJson): use native JSON.stringifyIgor Minar
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery