diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-01 19:46:06 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-01 19:46:06 -0400 |
| commit | c89196934f5c83b117afdc6c2061f1efe4a2c60a (patch) | |
| tree | eece008671bdc04ddff9ee4217e780a6cff49d54 /www/js/FirstUseCtrl.js | |
| parent | 0dcbfc493c5c08b463d3cb02c29f932ff3e3f2ea (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.js | 2 |
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); |
