diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-14 16:02:21 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-14 16:02:21 -0400 |
| commit | 95d3bed1b71c7801981a9c78454adfa8fadbd486 (patch) | |
| tree | 24ec5a35e3a3f8cad4f2d6000093a01a2c67d495 /www | |
| parent | 29374c63c8be38831be101298f2c73004ceff066 (diff) | |
user friendly message on save
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 |
