mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 10:42:23 +00:00
chore(bower): back to angular-ui-router SHA, I'll explain on GH for this commit
This commit is contained in:
parent
01180416ef
commit
2209bd5a0c
2 changed files with 5 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"angular-ui-utils": "~0.1.0",
|
||||
"angular-ui-select2": "git://github.com/angular-ui/ui-select2.git",
|
||||
"angular-bootstrap": "~0.10.0",
|
||||
"angular-ui-router": "~0.2.8",
|
||||
"angular-ui-router": "git://github.com/HabitRPG/ui-router.git#habitrpg",
|
||||
"angular-loading-bar": "~0.3.0",
|
||||
"angular-bindonce": "~0.2.1",
|
||||
"bootstrap": "~3.1.0",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ window.habitrpg = angular.module('habitrpg',
|
|||
'authServices', 'notificationServices', 'guideServices', 'authCtrl',
|
||||
'ui.bootstrap', 'ui.keypress', 'ui.router', 'chieffancypants.loadingBar', 'At', 'pasvaz.bindonce', 'infinite-scroll', 'ui.select2'])
|
||||
|
||||
// @see https://github.com/angular-ui/ui-router/issues/110 and https://github.com/HabitRPG/habitrpg/issues/1705
|
||||
// temporary hack until they have a better solution
|
||||
.value('$anchorScroll', angular.noop)
|
||||
|
||||
.constant("API_URL", "")
|
||||
.constant("STORAGE_USER_ID", 'habitrpg-user')
|
||||
.constant("STORAGE_SETTINGS_ID", 'habit-mobile-settings')
|
||||
|
|
|
|||
Loading…
Reference in a new issue