salix/modules/ticket/front/create/index.html

11 lines
342 B
HTML
Raw Normal View History

2019-01-30 22:47:06 +00:00
<div class="content-block">
<div compact>
2018-11-27 12:28:15 +00:00
<vn-card pad-large>
<vn-ticket-create-card vn-id="card" on-save=""></vn-ticket-create-card>
</vn-card>
<vn-button-bar>
<vn-submit ng-click="$ctrl.onSubmit()" label="Create">
</vn-submit>
</vn-button-bar>
</div>
</div>