2018-04-18 07:47:05 +00:00
|
|
|
<form name="form">
|
2019-11-14 13:19:39 +00:00
|
|
|
<vn-card class="vn-w-md vn-pa-lg">
|
2018-04-18 07:47:05 +00:00
|
|
|
<vn-horizontal>
|
2018-05-07 06:33:45 +00:00
|
|
|
<vn-autocomplete vn-one
|
2019-10-24 22:53:53 +00:00
|
|
|
url="TicketUpdateActions"
|
2018-05-07 06:33:45 +00:00
|
|
|
label="Charge difference to"
|
2018-05-16 06:13:39 +00:00
|
|
|
show-field="description"
|
2018-05-07 06:33:45 +00:00
|
|
|
value-field="id"
|
2019-10-09 22:47:29 +00:00
|
|
|
ng-model="$ctrl.ticket.option"
|
2018-05-16 06:13:39 +00:00
|
|
|
initial-data="$ctrl.ticket.option">
|
2018-05-07 06:33:45 +00:00
|
|
|
</vn-autocomplete>
|
2018-04-18 07:47:05 +00:00
|
|
|
</vn-horizontal>
|
|
|
|
</vn-card>
|
|
|
|
</form>
|