mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 10:30:01 +00:00
15 lines
358 B
Plaintext
15 lines
358 B
Plaintext
ng-template(#content)
|
|
.preview(
|
|
[style.width]='"100%"',
|
|
[style.background]='model',
|
|
)
|
|
input.form-control(type='text', '[(ngModel)]'='model', (ngModelChange)='onChange()', #input)
|
|
|
|
div(
|
|
[ngbPopover]='content',
|
|
[style.background]='model',
|
|
(click)='open()',
|
|
container='body',
|
|
#popover='ngbPopover',
|
|
) {{ title }}
|