import error check

This commit is contained in:
Mo Bitar
2017-01-29 00:19:32 -06:00
parent 5ec6fc4831
commit 48ea5dc22c
3 changed files with 12 additions and 10 deletions

View File

@@ -56,7 +56,6 @@ angular.module('app.frontend')
}
$scope.tagsSave = function(tag, callback) {
console.log("saving tag", tag);
if(!tag.title || tag.title.length == 0) {
$scope.notesRemoveTag(tag);
return;