added growl style notification for errors

This commit is contained in:
Matteo Pagliazzi
2013-10-30 19:29:46 +01:00
parent 1490380e53
commit e2331e5194
6 changed files with 12 additions and 18 deletions

View File

@@ -10,7 +10,6 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
$rootScope.User = User;
$rootScope.user = User.user;
$rootScope.settings = User.settings;
$rootScope.flash = {errors: [], warnings: []};
// Angular UI Router
$rootScope.$state = $state;