[#1444] add filters back to use schema. Allow editing of top-level tags

object in PUT /user, WARNING! We want to get away from that ASAP and
instead have a nested resource for managing tags. Set default task tags
if not present, will revisit after tasks are a subdoc too
This commit is contained in:
Tyler Renelle
2013-09-08 23:28:34 -04:00
parent 9690c7112f
commit f99b496a29
4 changed files with 9 additions and 7 deletions

View File

@@ -168,6 +168,8 @@ angular.module('userServices', []).
userServices.log(log);
},
save: save,
settings: settings
};