New tag field correctly clears when new tag added.
This commit is contained in:
@@ -31,6 +31,6 @@ habitrpg.controller("FiltersCtrl", ['$scope', '$rootScope', 'User', 'Shared',
|
||||
|
||||
$scope.createTag = function(name) {
|
||||
User.user.ops.addTag({body:{name:name, id:Shared.uuid()}});
|
||||
$scope._newTag = '';
|
||||
this._newTag = '';
|
||||
};
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user