mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 20:40:08 +00:00
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
.modal-body
|
|
input.form-control(type='text', #input, [(ngModel)]='value', (keyup.enter)='save()', autofocus)
|
|
|
|
.modal-footer
|
|
button.btn.btn-primary((click)='save()', translate) Save
|
|
button.btn.btn-secondary((click)='close()', translate) Cancel
|