[Time Conductor] Rename TimeConductorController

Rename TimeConductorController to TimeRangeController, to
reflect that this is intended to serve as a more general
control. Additionally, stop using arrays for inner and
outer bounds and instead use explicit start/end properties,
for clarity. WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-10 10:54:44 -07:00
parent 4c79c9a1b1
commit 78fae345da
4 changed files with 87 additions and 60 deletions

View File

@@ -22,7 +22,7 @@ properly on the range left and right bounds.
-->
<div class="l-time-controller" ng-controller="TimeConductorController">
<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"