mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
upgrade angular-ui-router
This commit is contained in:
parent
a8cf102610
commit
1c70a5bad5
2 changed files with 3 additions and 3 deletions
|
|
@ -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}});
|
||||
|
|
|
|||
Loading…
Reference in a new issue