aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
AgeCommit message (Expand)Author
2013-12-04fix(input): ensure ngModelWatch() triggers second digest pass when appropriateDaniel Tabuenca
2013-12-04docs(input): remove deprecated isolated scope pitfallJulien Bouquillon
2013-11-22fix(input): Support form auto complete on modern browserTobias Bosch
2013-11-21feat(input): hold listener during text compositionChia-liang Kao
2013-11-14docs(NgModelController): document `$viewChangeListeners` propertyCaitlin Potter
2013-11-14docs(NgModelController): clarify documentation of `$setViewValue`Mathis Hofer
2013-11-04docs(input): fix typoTim Graham
2013-11-04fix(ngModel): deregister from the form on scope not DOM destructionIgor Minar
2013-11-04style: remove wsIgor Minar
2013-10-24docs(ngModelController): $parent can help isolate scope directivesbasarat
2013-10-24fix(input): keep track of min/max attars on-the-flyDmitry Shirokov
2013-10-22style: make jshint happyVojta Jina
2013-10-18docs: correct broken linksVojta Jina
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-10-07docs(ngModel): fix grammar and improve clarityDave Peticolas
2013-10-07docs(ngValue): add docs for ngValue directiveBrian Ford
2013-10-05docs(ngList): improve grammar and clarityDave Peticolas
2013-10-03fix($compile): fix (reverse) directive postLink fn execution orderIgor Minar
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-09-11docs(ngChange): remove wrong @restrict and add missing @paramrodyhaddad
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-08docs(ngModel): add link to NgModelControllerIgor Minar
2013-08-07docs(minerr): fill in error message descriptionsKen Sheedlo
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-10style(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-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
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-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