refactor: refactor autocomplete tag input in separate components and move shared logic to state

This commit is contained in:
Antonella Sgarlatta
2021-06-03 12:47:14 -03:00
parent d49d89f0d5
commit c42f1cedda
7 changed files with 224 additions and 146 deletions

View File

@@ -53,7 +53,6 @@
ng-if='self.appState.notes.selectedNotesCount > 0'
)
note-tags-container(
application='self.application'
app-state='self.appState'
)
.sn-component(ng-if='self.note')