Add tab support to default editor

This commit is contained in:
Mo Bitar
2017-09-03 16:29:13 -05:00
parent 9ec00a21d3
commit 66fc3ee6b9
2 changed files with 41 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
Loading
%textarea.editable#note-text-editor{"ng-if" => "!ctrl.editor || ctrl.editor.systemEditor", "ng-class" => "{'fullscreen' : ctrl.fullscreen }", "ng-model" => "ctrl.note.text",
"ng-change" => "ctrl.contentChanged()", "ng-click" => "ctrl.clickedTextArea()", "ng-focus" => "ctrl.onContentFocus()"}
{{ctrl.onSystemEditorLoad()}}
%section.section{"ng-if" => "ctrl.note.errorDecrypting"}