feat: add delete tag button and refactor NoteTag to separate component

This commit is contained in:
Antonella Sgarlatta
2021-06-01 20:55:54 -03:00
parent a071d4c9d0
commit 684a3fb0bf
6 changed files with 154 additions and 63 deletions

View File

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