Add Groups to $rootScope

Allows messages to be cleared from a view
This commit is contained in:
benmanley
2014-04-08 16:45:47 +01:00
parent c80f7671db
commit fa91234907
+1
View File
@@ -27,6 +27,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
$rootScope.Content = Content;
$rootScope.env = window.env;
$rootScope.Math = Math;
$rootScope.Groups = Groups;
// Angular UI Router
$rootScope.$state = $state;