[#1397 #1543 #1540] start adding in unlock notifications (working for some, not for all). Also some tour & header fixes

This commit is contained in:
Tyler Renelle
2013-09-17 14:07:04 -04:00
parent 1c7081495f
commit 36b3a77877
10 changed files with 103 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
window.habitrpg = angular.module('habitrpg', ['userServices', 'memberServices'])
window.habitrpg = angular.module('habitrpg', ['userServices'])
.constant("API_URL", "")
.constant("STORAGE_USER_ID", 'habitrpg-user')
.constant("STORAGE_SETTINGS_ID", 'habit-mobile-settings')