aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
AgeCommit message (Expand)Author
2013-10-07docs(ngValue): add docs for ngValue directiveBrian Ford
2013-10-07docs(ngModel): fix grammar and improve clarityDave Peticolas
2013-09-19docs(ngModelController): clarify issue with isolated scope directivePete Bacon Darwin
2013-09-19docs(input): fix spelling error and reword for clarityts-web
2013-09-17docs(input): clarify that `contenteditable` is an HTML5 attributeJames
2013-09-11docs(ngModel): provide link for best practices.Paxton Hare
2013-08-13docs(input): add missing ngChange directive for email typeDavid Bennett
2013-08-09docs(ngModel): validators should return undefined for invalid values.Niall Smart
2013-08-08docs(ngModel): clarify docs for NgModelController#Igor Minar
2013-08-07fix(input): fix the email regex to accept TLDs up to 6 characters longneilmcgibbon
2013-07-21docs(input): fix exampleJérémy
2013-07-11fix(ngValue): made ngValue to write value attribute to elementMikk Kirstein
2013-07-11docs(ngList): fix example and add e2e testIgor Minar
2013-07-11style(input): remove wsIgor Minar
2013-07-08docs(ngModelController): provide a more intuitive examplePete Bacon Darwin
2013-07-04docs(input): ng-model doesn't work well with isolated scope directivebasarat
2013-06-12docs(ngModelController): improve $parsers/$formatters with exampleDean Peterson
2013-06-04docs(input): provide explanation of how ngModel will affect the local scopeLuc Morin
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
2012-11-26fix(ngModel): sync ngModel state with scope stateIgor Minar
2012-11-25docs(api): add ngRequired to input/select/textarea directivesDean Sofer
2012-11-11docs(ngList): fix typoJosh Adams
2012-09-11fix(*): name all anonymous watch functions in AngularShyam Seshadri
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