fix(analytics): Define Analytics on scope

This commit is contained in:
Sabe Jones
2015-06-22 18:30:47 -05:00
parent 2ce1daffb8
commit f5dfa5f015
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
$rootScope.settings = User.settings;
$rootScope.Shared = Shared;
$rootScope.Content = Content;
$rootScope.Analytics = Analytics;
$rootScope.env = window.env;
$rootScope.Math = Math;
$rootScope.Groups = Groups;