rewrite add bailey alerts

This commit is contained in:
Tyler Renelle
2013-08-27 22:37:56 -04:00
parent 79e130dd98
commit 4a0a1f7a21
6 changed files with 165 additions and 133 deletions
+5
View File
@@ -30,4 +30,9 @@ habitrpg.controller("RootCtrl", function($scope, $rootScope, $location, User) {
User.settings.auth.apiId !== "";
};
$rootScope.dismissAlert = function() {
$rootScope.modals.newStuff = false;
$rootScope.set('flags.newStuff',false);
}
});