From f815de3d4182b0218d175d3cf3efe5b1ce74d90e Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Mon, 25 Jan 2016 17:04:20 -0500 Subject: trying out column balance, and other cleanups Former-commit-id: 76b625b026e1cad972aed488793301039025bc3e --- www/js/MontageCtrl.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www/js/MontageCtrl.js') 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);*/ }; //--------------------------------------------------------------------- -- cgit v1.2.3