From 6c69d521ce46599fe06bd111219a762f139de2ee Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Tue, 24 May 2016 10:37:51 -0400 Subject: #259 - config changes Former-commit-id: ae948135cea4c1a0a9dc12c5b737d4d75881bd92 --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') diff --git a/www/js/app.js b/www/js/app.js index 5ee6b424..373e242e 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -87,7 +87,7 @@ angular.module('zmApp', [ link: function($scope, $element, $attrs) { var onMouseWheel, scrollCtrl; scrollCtrl = $element.controller('$ionicScroll'); - console.log(scrollCtrl); + //console.log(scrollCtrl); if (!scrollCtrl) { return console.error('mouseWheelScroll must be attached to a $ionicScroll controller.'); } -- cgit v1.2.3