aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
AgeCommit message (Expand)Author
2014-03-24fix(input): don't perform HTML5 validation on updated model-valueg3_v1_3Caitlin Potter
2014-03-06feat(input): support types date, time, datetime-local, month, weekBen Lesh
2014-02-28docs(forms): generated CSS classes for forms and inputs must have a ng prefixMatias Niemelä
2014-02-28docs(input): update $parsers NgModelController docJason Winnebeck
2014-02-28feat($animate): animate dirty, pristine, valid, invalid for form/fieldsYves Brissaud
2014-02-21fix(input): use ValidityState to determine validityCaitlin Potter
2014-02-18style: remove ws and enfore no-trailing-ws jscs ruleIgor Minar
2014-02-16docs(NgModelController): don't run contenteditable example on FFPeter Bacon Darwin
2014-02-16docs(*): fix jshint issues in examplesPeter Bacon Darwin
2014-02-16chore(e2etests): fix a browser check which was actually assigning the parameterJulie
2014-02-16docs(content): fix bad linksPeter Bacon Darwin
2014-02-16test(docs-app-e2e): refactor test inline with new docs appPeter Bacon Darwin
2014-02-16chore(protractor tests): fix up e2e testsJulie
2014-02-16chore(protractor-generator): add dgeni processor for protractorJulie
2014-02-16docs(bike-shed-migration): fix invalid </file name=""> HTML in examplesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): let markdown deal with extenal linksPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert <doc:...> examples to <example>...Peter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-02-13fix(input): don't apply textInput to <input type="file">Tim Whitbeck
2014-02-12fix(input): setViewValue on compositionendCaitlin Potter
2014-02-12docs(input): document NgModelController.$isEmpty parameters / return valueMathieu Tricoire
2014-02-05chore(testing): run end to end tests on firefox and safari as well as chromeJulie
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