Refactors most controllers and directives into classes for more organized and maintainable code
This commit is contained in:
18
app/assets/templates/root.pug
Normal file
18
app/assets/templates/root.pug
Normal file
@@ -0,0 +1,18 @@
|
||||
.main-ui-view(
|
||||
ng-class='platform'
|
||||
)
|
||||
lock-screen(
|
||||
ng-if='needsUnlock',
|
||||
on-success='onSuccessfulUnlock'
|
||||
)
|
||||
#app.app(
|
||||
ng-class='appClass',
|
||||
ng-if='!needsUnlock'
|
||||
)
|
||||
tags-panel
|
||||
notes-panel
|
||||
editor-panel
|
||||
|
||||
footer(
|
||||
ng-if='!needsUnlock'
|
||||
)
|
||||
Reference in New Issue
Block a user