This commit is contained in:
Eugene Pankov
2017-04-28 22:40:58 +02:00
parent c7828e55f2
commit 94d8886d5a
15 changed files with 82 additions and 59 deletions

View File

@@ -19,20 +19,20 @@ ngb-tabset.vertical(type='tabs')
label Show tabs
br
div(
'[(ngModel)]'='config.store.appearance.tabsOnTop',
'[(ngModel)]'='config.store.appearance.tabsLocation',
(ngModelChange)='config.save()',
ngbRadioGroup
)
label.btn.btn-secondary
input(
type='radio',
[value]='true'
[value]='"top"'
)
| On the top
label.btn.btn-secondary
input(
type='radio',
[value]='false'
[value]='"bottom"'
)
| At the bottom
.col.col-lg-6