summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-25 15:17:48 -0400
commit5430d51b092a4a1cdf7f32233e38e5350995956c (patch)
treeb6539ba949e1f4876dda8863c94dbfc32adc642d /www/js/TimelineCtrl.js
parente13fd67eb953e5f8cc1eb07992902de4cf05677d (diff)
#261 - more intl
Former-commit-id: 0976517fc45eff4876eba6fd945cccea15b69f42
Diffstat (limited to 'www/js/TimelineCtrl.js')
-rw-r--r--www/js/TimelineCtrl.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js
index c3015202..337b611b 100644
--- a/www/js/TimelineCtrl.js
+++ b/www/js/TimelineCtrl.js
@@ -289,6 +289,10 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
maxItems = ld.graphSize || maxItemsConf;
ZMDataModel.zmLog("Graph items to draw is " + maxItems);
$scope.maxItems = maxItems;
+ $scope.translationData = {
+ maxItemsVal: maxItems
+ };
+
$scope.graphLoaded = false;
ZMDataModel.zmDebug("TimelineCtrl/drawGraph: graphLoaded is " + $scope.graphLoaded);
});