Files
standardnotes-app-web/app/assets/javascripts/views/note_group_view/note-group-view.pug

15 lines
376 B
Plaintext

.h-full
multiple-selected-notes-panel.h-full(
application='self.application'
app-state='self.appState'
ng-if='self.state.showMultipleSelectedNotes'
)
.flex-grow.h-full(
ng-if='!self.state.showMultipleSelectedNotes'
ng-repeat='controller in self.controllers'
)
note-view(
application='self.application'
controller='controller'
)