index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ng
/
directive
/
inputSpec.js
Age
Commit message (
Expand
)
Author
2013-11-04
fix(ngModel): deregister from the form on scope not DOM destruction
Igor Minar
2013-10-24
fix(input): keep track of min/max attars on-the-fly
Dmitry Shirokov
2013-10-07
fix(input): `false` is no longer an empty value by default
Pete Bacon Darwin
2013-08-15
feat(minerr): log minerr doc url in development
Ken Sheedlo
2013-08-07
docs(minerr): fill in error message descriptions
Ken Sheedlo
2013-08-07
fix(input): fix the email regex to accept TLDs up to 6 characters long
neilmcgibbon
2013-07-11
fix(ngValue): made ngValue to write value attribute to element
Mikk Kirstein
2013-07-11
test(ngList): remove disabled test
Igor Minar
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
2013-04-17
fix(ngModel): use paste/cut events in IE to support context menu
Mark Dalgleish
2013-04-16
fix(ngPattern): allow modifiers on inline ng-pattern
austingreco
2012-11-26
feat(form): add ability to reset a form to pristine state
Pawel Kozlowski
2012-09-06
feat(ngModel): support ngTrim attribute on input
Gregory Pike
2012-06-08
feat($compile): simplify isolate scope bindings
Misko Hevery
2012-06-02
doc(NgModelController) add example and $render documentation
Misko Hevery
2012-05-06
fix(ngModel): use keydown/change events on IE9 instead of input
Igor Minar
2012-04-11
fix(input.radio): support 2-way binding in a repeater
Vojta Jina
2012-04-09
chore(tests): rename all directive names to the normalized form
Igor Minar
2012-04-03
feat(ngModel): update model on each key stroke (revert ngModelInstant)
Vojta Jina
2012-03-29
fix(ngValue): bind properly inside ng-repeat
Vojta Jina
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery