18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
.main-ui-view(
|
|
ng-class='self.platformString'
|
|
)
|
|
lock-screen(
|
|
ng-if='self.state.needsUnlock'
|
|
)
|
|
#app.app(
|
|
ng-class='self.state.appClass',
|
|
ng-if='!self.state.needsUnlock'
|
|
)
|
|
tags-panel
|
|
notes-panel
|
|
editor-panel
|
|
|
|
footer(
|
|
ng-if='!self.state.needsUnlock'
|
|
)
|