Remove in template filtering of notes to controller, 3.0.4-beta1

This commit is contained in:
Mo Bitar
2019-01-30 20:17:03 -06:00
parent 595ce94295
commit 795c498fe9
6 changed files with 108 additions and 81 deletions

View File

@@ -85,7 +85,7 @@
%panel-resizer{"ng-if" => "ctrl.marginResizersEnabled", "panel-id" => "'editor-content'", "on-resize-finish" => "ctrl.onPanelResizeFinish", "control" => "ctrl.rightResizeControl", "min-width" => 300, "hoverable" => "true", "property" => "'right'"}
.section{"ng-if" => "ctrl.note.errorDecrypting"}
.section{"ng-show" => "ctrl.note.errorDecrypting"}
%p.medium-padding{"style" => "padding-top: 0 !important;"} There was an error decrypting this item. Ensure you are running the latest version of this app, then sign out and sign back in to try again.
#editor-pane-component-stack{"ng-show" => "ctrl.note"}