[Time Conductor] Use timeService from control

This commit is contained in:
Victor Woeltjen
2015-10-22 15:51:12 -07:00
parent 1e71df5ce9
commit a154c9c870
5 changed files with 36 additions and 14 deletions

View File

@@ -102,7 +102,7 @@
<div class="l-time-range-ticks-holder">
<div class="l-time-range-ticks">
<div
ng-repeat="tick in ticks"
ng-repeat="tick in ticks track by $index"
ng-style="{ left: $index * (100 / (ticks.length - 1)) + '%' }"
class="tick tick-x"
>