sync fixes

This commit is contained in:
Mo Bitar
2016-12-30 12:23:27 -06:00
parent b2f1077fef
commit 68df05c159
5 changed files with 44 additions and 30 deletions

View File

@@ -128,14 +128,11 @@ angular.module('app.frontend')
$scope.selectedNote = null;
}
$scope.updateAllTag();
if(note.dummy) {
return;
}
apiController.deleteItem(note, function(success){})
apiController.sync(function(){});
}
/*