2018-03-14 12:59:01 +00:00
|
|
|
<mg-ajax path="/ticket/api/Tickets/filter" options="vnIndexNonAuto"></mg-ajax>
|
2018-03-12 13:02:29 +00:00
|
|
|
<div margin-medium>
|
|
|
|
<div class="vn-list">
|
|
|
|
<vn-card>
|
|
|
|
<vn-horizontal pad-medium>
|
|
|
|
<vn-searchbar vn-one
|
|
|
|
index="index"
|
|
|
|
on-search="$ctrl.search(index)"
|
|
|
|
ignore-keys = "['page', 'size', 'search']">
|
|
|
|
</vn-searchbar>
|
|
|
|
</vn-horizontal>
|
|
|
|
</vn-card>
|
|
|
|
<vn-card margin-medium-top>
|
|
|
|
<vn-ticket-item
|
|
|
|
ng-repeat="ticket in index.model.instances"
|
|
|
|
ticket="ticket">
|
|
|
|
</vn-ticket-item>
|
|
|
|
</vn-card>
|
|
|
|
<vn-paging index="index" total="index.model.count"></vn-paging>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-03-14 10:41:19 +00:00
|
|
|
<a ui-sref="ticket.create" fixed-bottom-right>
|
|
|
|
<vn-float-button icon="add"></vn-float-button>
|
2018-03-12 13:02:29 +00:00
|
|
|
</a>
|
2018-04-10 05:48:04 +00:00
|
|
|
<vn-dialog class="dialog-summary"
|
|
|
|
vn-id="dialog-summary-ticket">
|
|
|
|
<tpl-body>
|
|
|
|
<vn-ticket-summary ticket="$ctrl.ticketSelected"></vn-ticket-summary>
|
|
|
|
</tpl-body>
|
|
|
|
</vn-dialog>
|