[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user