Move save function from home into editor controller

This commit is contained in:
Mo Bitar
2018-07-07 09:55:56 -05:00
parent 7339c7c77f
commit 6fdea5ed37
4 changed files with 36 additions and 36 deletions

View File

@@ -6,6 +6,6 @@
%notes-section{"add-new" => "notesAddNew", "selection-made" => "notesSelectionMade", "tag" => "selectedTag"}
%editor-section{"note" => "selectedNote", "remove" => "deleteNote", "save" => "saveNote", "update-tags" => "updateTagsForNote"}
%editor-section{"note" => "selectedNote", "remove" => "deleteNote", "update-tags" => "updateTagsForNote"}
%footer{"ng-if" => "!needsUnlock"}