aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
AgeCommit message (Expand)Author
2013-06-04docs(input): provide explanation of how ngModel will affect the local scopeLuc Morin
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-23docs(input): add missing ngChange directive for email typeDavid Bennett
2013-05-18doc(ngModel): $setViewValue calls all parsers, not formattersJoakim Blomskøld
2013-05-07doc(input): fix small typo in code exampleHamish Macpherson
2013-04-19docs(input): fix typo on max attributeleesei
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-03-29docs(*): fixed typosPascal Borreli
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