summaryrefslogtreecommitdiff
path: root/www/js/DevOptionsCtrl.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-14 16:02:21 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-14 16:02:21 -0400
commit95d3bed1b71c7801981a9c78454adfa8fadbd486 (patch)
tree24ec5a35e3a3f8cad4f2d6000093a01a2c67d495 /www/js/DevOptionsCtrl.js
parent29374c63c8be38831be101298f2c73004ceff066 (diff)
user friendly message on save
Diffstat (limited to 'www/js/DevOptionsCtrl.js')
-rw-r--r--www/js/DevOptionsCtrl.js5
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