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
/
src
/
directive
/
input.js
Age
Commit message (
Expand
)
Author
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery
2012-03-26
feat(ngValue): allow radio inputs to have non string values
Vojta Jina
2012-03-20
feat(input.radio): Allow value attribute to be interpolated
Vojta Jina
2012-03-19
chore(parseInt): cleanup parseInt() for our int()
Misko Hevery
2012-03-16
fix(forms): Set ng-valid/ng-invalid correctly
Vojta Jina
2012-03-13
feat(ng-list): Allow custom separator
Vojta Jina
2012-03-13
feat(form): publish validationErrorKeys as CSS
Misko Hevery
2012-03-13
fix(forms): remove control.$form and use nullFormCtrl
Igor Minar
2012-03-13
fix(forms): lowercase all validation error keys
Igor Minar
2012-03-13
docs(input): Fix some broken links, add missing $, use ng- in examples
Vojta Jina
2012-03-12
docs(*): renaming incorrect widget references to control or directive
Igor Minar
2012-03-12
fix(forms): prefix all form and control properties with $
Igor Minar
2012-03-12
fix(forms): remove the need for extra form scope
Igor Minar
2012-03-12
fix(forms): Propagate change from model even if it's undefined
Vojta Jina
2012-03-11
doc(fixes): to better support ng-directive notation
Misko Hevery
2012-03-11
Mostly Revert "fix(docs): directive events + cleanup"
Misko Hevery
2012-03-09
refactor(forms): Remove touch() method
Vojta Jina
2012-03-09
refactor(forms): Rename read() -> setViewValue()
Vojta Jina
2012-03-09
chore(*): refactor all ng: to ng-
Igor Minar
2012-03-09
refactor(forms): remove registerWidget and use event instead
Vojta Jina
2012-03-08
fix(docs): directive events + cleanup
Igor Minar
2012-03-08
chore(directives,widgets): reorg the code under directive/ dir
Igor Minar