### Angular Version: 1.0.2 ### How to reproduce: http://jsfiddle.net/rawVc/ ### Notes: The documentation seems to hint that ng-model only supports input with one of these types `text checkbox radio number email url` But I think if ng-model works on `type="text"`, it should also work on newer types like `type="date"` and such.
Angular Version:
1.0.2
How to reproduce:
http://jsfiddle.net/rawVc/
Notes:
The documentation seems to hint that ng-model only supports input with one of these types
text checkbox radio number email urlBut I think if ng-model works on
type="text", it should also work on newer types liketype="date"and such.