fixed typo
This commit is contained in:
parent
1bfd6a8ec0
commit
f23ea2d821
|
@ -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']}},
|
||||
|
|
Loading…
Reference in New Issue