summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-01-25 17:04:20 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-01-25 17:04:20 -0500
commitf815de3d4182b0218d175d3cf3efe5b1ce74d90e (patch)
tree5a7949f057e85c2238cbbe714848505a91905026 /www/js/MontageCtrl.js
parent27d1b22de74f6c6407d5a739772726a357cfe541 (diff)
trying out column balance, and other cleanups
Former-commit-id: 76b625b026e1cad972aed488793301039025bc3e
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index cd39a1c7..3631ad20 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -748,12 +748,14 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
//---------------------------------------------------------------------
$scope.onHold = function (index) {
montageIndex = index;
- isLongPressActive = true;
- intervalHandleMontage = $interval(function () {
+ //isLongPressActive = true;
+ scaleMontage();
+
+ /*intervalHandleMontage = $interval(function () {
scaleMontage();
}.bind(this), zm.montageScaleFrequency);
- console.log("****Interval handle started **********" + zm.montageScaleFrequency);
+ console.log("****Interval handle started **********" + zm.montageScaleFrequency);*/
};
//---------------------------------------------------------------------