get rid of ngRoute completely, depend on ui-router instead

This commit is contained in:
Tyler Renelle
2013-10-30 10:31:36 -07:00
parent 8b76b74d78
commit ff3266bac8
8 changed files with 17 additions and 36 deletions

View File

@@ -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
*/