Skip to content

Commit

Permalink
alert test
Browse files Browse the repository at this point in the history
  • Loading branch information
Orit Persik committed May 14, 2015
1 parent 27b4432 commit 50cea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/admin/public/controllers/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ angular.module('mean.admin').controller('ExampleController', ['$scope', 'Global'

vm.save = function() {
ModuleSettings.update('admin', {example: 'example', name: vm.app.name}).then(function(data) {
alert(JSON.stringify(data));
alert('Settings saved to admin module');
}, function(err) {
console.log('err', err);
});
Expand Down

0 comments on commit 50cea80

Please sign in to comment.