This commit is contained in:
Mo Bitar
2016-12-15 12:52:34 -06:00
parent 1d4905d17d
commit 6a2e3e9ec1
34 changed files with 2594 additions and 264 deletions

View File

@@ -259,14 +259,14 @@ angular.module('app.frontend')
a.click();
}
apiController.shareNote(this.user, this.note, function(note){
apiController.shareItem(this.user, this.note, function(note){
openInNewTab(this.publicUrlForNote(note));
}.bind(this))
this.showMenu = false;
}
this.unshareNote = function() {
apiController.unshareNote(this.user, this.note, function(note){
apiController.unshareItem(this.user, this.note, function(note){
})
this.showMenu = false;