Closed flawlite closed 7 years ago
@flawlite how did you fix this?
Just add $timeout (ref. from latest commit)
`class PartiesSort { constructor($timeout) { 'ngInject';
$timeout(() => this.changed());
}
changed() { this.onChange({ sort: {
}
});
} }`
It works before, but I don't know why it fails now, even I take the tutorial again from the beginning.