diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/DevOptionsCtrl.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js index 374a781b..eff88e8d 100644 --- a/www/js/DevOptionsCtrl.js +++ b/www/js/DevOptionsCtrl.js @@ -47,6 +47,11 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' ZMDataModel.setLogin($scope.loginData); + + $ionicPopup.alert({ + title: 'Settings Saved', + template: 'Please explore the menu and enjoy zmNinja!' + }).then(function(res) { $ionicSideMenuDelegate.toggleLeft();}); }; //------------------------------------------------------------------ // controller main |
