aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/inputSpec.js
AgeCommit message (Expand)Author
2014-02-28feat($animate): animate dirty, pristine, valid, invalid for form/fieldsYves Brissaud
2014-02-12fix(input): setViewValue on compositionendCaitlin Potter
2014-01-21fix(input): use Chromium's email validation regexpCaitlin Potter
2014-01-06chore(inputSpec): fixed typoBen Wiklund
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-04fix(input): ensure ngModelWatch() triggers second digest pass when appropriateDaniel Tabuenca
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-04fix(ngModel): deregister from the form on scope not DOM destructionIgor Minar
2013-10-24fix(input): keep track of min/max attars on-the-flyDmitry Shirokov
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
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-11fix(ngValue): made ngValue to write value attribute to elementMikk Kirstein
2013-07-11test(ngList): remove disabled testIgor Minar
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
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
2012-11-26feat(form): add ability to reset a form to pristine statePawel Kozlowski
2012-09-06feat(ngModel): support ngTrim attribute on inputGregory Pike
2012-06-08feat($compile): simplify isolate scope bindingsMisko 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-09chore(tests): rename all directive names to the normalized formIgor 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-28chore(module): move files around in preparation for more modulesMisko Hevery