add streak achievement notification

This commit is contained in:
Matteo Pagliazzi
2013-10-23 17:57:02 +02:00
parent f56b76b5ae
commit 20f2d75bbf
3 changed files with 9 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$http',
function($scope, $rootScope, $location, User, $http) {
$rootScope.modals = {};
$rootScope.modals.achievements = {};
$rootScope.User = User;
$rootScope.user = User.user;
$rootScope.settings = User.settings;