19 lines
501 B
HTML
19 lines
501 B
HTML
|
<mg-ajax path="/item/api/Tickets" options="vnPost"></mg-ajax>
|
||
|
<vn-watcher
|
||
|
vn-id="watcher"
|
||
|
data="$ctrl.ticket"
|
||
|
form="form"
|
||
|
save="post">
|
||
|
</vn-watcher>
|
||
|
<form name="form" ng-submit="$ctrl.onSubmit()" margin-medium>
|
||
|
<div style="max-width: 70em; margin: 0 auto;">
|
||
|
<vn-card pad-large>
|
||
|
<vn-title>New ticket</vn-title>
|
||
|
|
||
|
</vn-card>
|
||
|
<vn-button-bar>
|
||
|
<vn-submit label="Create"></vn-submit>
|
||
|
</vn-button-bar>
|
||
|
</div>
|
||
|
</form>
|