mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
upgrade angular-ui-router
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
"angular-ui-utils": "~0.1.0",
|
||||
"angular-ui-select2": "git://github.com/angular-ui/ui-select2.git",
|
||||
"angular-bootstrap": "~0.12.0",
|
||||
"angular-ui-router": "git://github.com/HabitRPG/ui-router.git#habitrpg",
|
||||
"angular-loading-bar": "~0.6.0",
|
||||
"bootstrap": "~3.1.0",
|
||||
"bootstrap-growl": "git://github.com/ifightcrime/bootstrap-growl.git#master",
|
||||
@@ -42,7 +41,8 @@
|
||||
"jquery-ui": "~1.10.3",
|
||||
"hello": "~1.3.1",
|
||||
"css-social-buttons": "https://github.com/samcollins/css-social-buttons.git",
|
||||
"angular-filter": "~0.5.1"
|
||||
"angular-filter": "~0.5.1",
|
||||
"angular-ui-router": "~0.2.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.3.3"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
var oldId = "",
|
||||
newId = "",
|
||||
newId = "",
|
||||
newUser = db.users.findOne({_id: newId})
|
||||
|
||||
db.users.update({_id: oldId}, {$set:{auth: newUser.auth}});
|
||||
|
||||
Reference in New Issue
Block a user