aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
AgeCommit message (Expand)Author
2014-01-28test(docs): convert example end to end doc tests from scenario runner to prot...Julie
2014-01-21fix(input): use Chromium's email validation regexpCaitlin Potter
2014-01-17docs(input): document ngValue directiveAbdessamad Idrissi
2014-01-17docs(ngChange): clarify difference between ng-change DOM change eventAndreas Gruenbacher
2014-01-06refactor(input): wrapped validation logic in helper functionBen Wiklund
2013-12-31fix(input): use apply on change event only when one isn't already in progressIgor Minar
2013-12-30fix(input): prevent double $digest when using jQuery trigger.Michał Gołębiowski
2013-12-18fix(input): do not hold input for composition on androidChia-liang Kao
2013-12-09docs(input): remove redundant closing span tagmiknsh5
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