fixed typo

This commit is contained in:
gerard 2018-09-05 13:48:18 +02:00
parent 1bfd6a8ec0
commit f23ea2d821
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ class Controller {
constructor($http, $state) {
this.$http = $http;
this.$state = $state;
this.order = {};
this.filter = {
include: [
{relation: 'worker', scope: {fields: ['name', 'firstName']}},