[Time Conductor] Begin using date-time controls

WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-15 10:00:41 -07:00
parent cd98886a43
commit d0b5bb2d21
4 changed files with 77 additions and 18 deletions

View File

@@ -22,12 +22,8 @@
<div class="l-time-controller" ng-controller="TimeRangeController">
<div class="l-time-range-inputs-holder">
Start: <input type="textfield"
placeholder="YYYY-MM-DD HH:mm:ss"
ng-model="startOuterDate"/>
End: <input type="textfield"
placeholder="YYYY-MM-DD HH:mm:ss"
ng-model="endOuterDate"/>
Start: <input type="date" ng-model="startOuterDate"/>
End: <input type="date" ng-model="endOuterDate"/>
</div>
<div class="l-time-range-slider-holder">