salix/front/core/components/watcher/watcher.html

6 lines
192 B
HTML
Raw Normal View History

2017-02-07 16:38:30 +00:00
<vn-confirm
vn-id="confirm"
question="Are you sure exit without saving?"
message="Unsaved changes will be lost"
2019-10-30 15:57:14 +00:00
on-response="$ctrl.onConfirmResponse($response)">
</vn-confirm>