mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-17 09:59:58 +00:00
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
.modal-body
|
|
input.form-control(type='text', [(ngModel)]='value', (keyup.enter)='save()', autofocus)
|
|
|
|
.modal-footer
|
|
button.btn.btn-outline-primary((click)='save()') Save
|
|
button.btn.btn-outline-secondary((click)='close()') Cancel
|