[Time Controller] Allow manual date entry

WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-03 11:03:17 -07:00
parent 9d6b70f433
commit fc2860810b
2 changed files with 34 additions and 17 deletions

View File

@@ -24,8 +24,12 @@ properly on the range left and right bounds.
<div class="l-time-controller" ng-controller="TimeConductorController">
<div class="l-time-range-inputs-holder">
Start: <input type="date" ng-model="startOuterDate"/>
End: <input type="date" ng-model="endOuterDate"/>
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"/>
</div>
<div class="l-time-range-slider-holder">