mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
get rid of ngRoute completely, depend on ui-router instead
This commit is contained in:
@@ -144,6 +144,11 @@ angular.module('userServices', []).
|
||||
syncQueue(cb);
|
||||
},
|
||||
|
||||
sync: function(){
|
||||
user._v--;
|
||||
userServices.log({});
|
||||
},
|
||||
|
||||
/*
|
||||
Very simple path-set. `set('preferences.gender','m')` for example. We'll deprecate this once we have a complete API
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user