GUAC-1213: Use HTML5 date/time input types.

This commit is contained in:
Michael Jumper
2015-08-10 11:10:17 -07:00
parent 2e52382fd9
commit 4db7034608
4 changed files with 74 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
<div class="time-field">
<input type="text" ng-model="model" autocorrect="off" autocapitalize="off"/>
<input type="time"
ng-model="typedValue"
ng-model-options="modelOptions"
autocorrect="off"
autocapitalize="off"/>
</div>