bug with filter solved

This commit is contained in:
gerard 2018-07-24 10:47:00 +02:00
parent 896c033594
commit ff6d86f6c2
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<vn-crud-model <vn-crud-model
vn-id="model" vn-id="model"
url="/order/api/Orders" url="/order/api/Orders"
filter="::$ctrl.filter" filter="{}"
limit="20" limit="20"
data="orders"> data="orders">
</vn-crud-model> </vn-crud-model>

View File

@ -4,12 +4,6 @@ export default class Controller {
constructor($scope) { constructor($scope) {
this.$ = $scope; this.$ = $scope;
this.ticketSelected = null; this.ticketSelected = null;
this.filter = {
include: [
],
order: 'shipped DESC'
};
} }
/* exprBuilder(param, value) { /* exprBuilder(param, value) {