mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Fixes more bad git-fu. New tag creation works now.
This commit is contained in:
parent
e35c753bdc
commit
5163ee466b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ habitrpg.controller("FiltersCtrl", ['$scope', '$rootScope', 'User', 'Shared',
|
|||
|
||||
$scope.createTag = function() {
|
||||
User.user.ops.addTag({body:{name:$scope._newTag.name, id:Shared.uuid()}});
|
||||
$scope._newTag = '';
|
||||
$scope._newTag.name = '';
|
||||
};
|
||||
}]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue