add loading bar to front page too

This commit is contained in:
Matteo Pagliazzi
2013-11-01 21:07:44 +01:00
parent 4b4a043a5f
commit 2da33b0355
4 changed files with 4 additions and 2 deletions

View File

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