fixed typo
This commit is contained in:
parent
1bfd6a8ec0
commit
f23ea2d821
|
@ -4,7 +4,6 @@ class Controller {
|
||||||
constructor($http, $state) {
|
constructor($http, $state) {
|
||||||
this.$http = $http;
|
this.$http = $http;
|
||||||
this.$state = $state;
|
this.$state = $state;
|
||||||
this.order = {};
|
|
||||||
this.filter = {
|
this.filter = {
|
||||||
include: [
|
include: [
|
||||||
{relation: 'worker', scope: {fields: ['name', 'firstName']}},
|
{relation: 'worker', scope: {fields: ['name', 'firstName']}},
|
||||||
|
|
Loading…
Reference in New Issue