chore(bower): back to angular-ui-router SHA, I'll explain on GH for this commit

This commit is contained in:
Tyler Renelle 2014-02-28 23:48:20 -07:00
parent 01180416ef
commit 2209bd5a0c
2 changed files with 5 additions and 1 deletions

View file

@ -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",

View file

@ -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')