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
/
formSpec.js
Age
Commit message (
Expand
)
Author
2014-02-28
feat($animate): animate dirty, pristine, valid, invalid for form/fields
Yves Brissaud
2013-12-13
perf(jqLite): implement and use the `empty` method in place of `html(‘’)`
Michał Gołębiowski
2013-11-04
fix(ngModel): deregister from the form on scope not DOM destruction
Igor Minar
2013-10-07
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin
2013-08-07
feat(ngForm): Supports expression in form names
Matthew Windwer
2013-07-24
fix(form): pick the right attribute name for ngForm
Pawel Kozlowski
2013-06-19
feat(jqLite): switch bind/unbind to more recent jQuery on/off
Michał Gołębiowski
2013-03-14
Fix failing test in IE 10
Shyam Seshadri
2012-11-26
feat(form): add ability to reset a form to pristine state
Pawel Kozlowski
2012-09-06
fix(FormController): propagate dirty state to parent forms
Kai Groner
2012-08-10
fix(form): prevent page reload when form destroyed
Igor Minar
2012-08-07
test(form): fix broken preventDefault test
Igor Minar
2012-08-07
refactor(formSpec): group preventDefault specs into a describe
Igor Minar
2012-04-09
chore(tests): rename all directive names to the normalized form
Igor Minar
2012-04-03
fix(form): preperly clean up when invalid widget is removed
Misko Hevery
2012-04-03
feat(ngModel): update model on each key stroke (revert ngModelInstant)
Vojta Jina
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery