diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-24 10:37:51 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-24 10:37:51 -0400 |
| commit | 6c69d521ce46599fe06bd111219a762f139de2ee (patch) | |
| tree | 0ed6b2b60301f5ade1686c202e9dd90c4deb98dd /www | |
| parent | f840d4e16aa33c5a7183dcbb62a3b0a909bb5637 (diff) | |
#259 - config changes
Former-commit-id: ae948135cea4c1a0a9dc12c5b737d4d75881bd92
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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.'); } |
