15 lines
376 B
Plaintext
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'
|
|
)
|