This commit is contained in:
Mo Bitar
2017-01-21 18:53:50 -06:00
parent 8e6a00b8d9
commit b9160e01fd
2 changed files with 1 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ angular.module('app.frontend')
for(var tag of tags) {
modelManager.createRelationshipBetweenItems(note, tag);
}
console.log("updating tags for note", note, tags);
apiController.sync();
}