From c89196934f5c83b117afdc6c2061f1efe4a2c60a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 1 Aug 2016 19:46:06 -0400 Subject: #292 - firstuse fixes - dealing with problems of checking firstuse before all data is loaded Former-commit-id: 7b071f959eb86ae0109094f1828a1ca4f7b3cfde --- www/js/FirstUseCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/FirstUseCtrl.js') 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); -- cgit v1.2.3