summaryrefslogtreecommitdiff
path: root/www/js/FirstUseCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-01 19:46:06 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-01 19:46:06 -0400
commitc89196934f5c83b117afdc6c2061f1efe4a2c60a (patch)
treeeece008671bdc04ddff9ee4217e780a6cff49d54 /www/js/FirstUseCtrl.js
parent0dcbfc493c5c08b463d3cb02c29f932ff3e3f2ea (diff)
#292 - firstuse fixes - dealing with problems of checking firstuse before all data is loaded
Former-commit-id: 7b071f959eb86ae0109094f1828a1ca4f7b3cfde
Diffstat (limited to 'www/js/FirstUseCtrl.js')
-rw-r--r--www/js/FirstUseCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/FirstUseCtrl.js b/www/js/FirstUseCtrl.js
index b9031309..66b7712c 100644
--- a/www/js/FirstUseCtrl.js
+++ b/www/js/FirstUseCtrl.js
@@ -13,7 +13,7 @@ $scope.openMenu = function () {
// Controller Main
//------------------------------------------------------------------------
$scope.$on('$ionicView.enter', function () {
- //console.log("**VIEW ** FirstUse Ctrl Entered");
+ console.log("**VIEW ** FirstUse Ctrl Entered");
$ionicSideMenuDelegate.canDragContent(true);