readded scope refresh

This commit is contained in:
gerard 2018-07-26 09:16:33 +02:00
parent 0f1227a47b
commit d569c19a8a
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ class Controller {
}).catch(e => {
this.vnApp.showError(this.translate.instant(e.data.error.message));
});
this.$scope.model.refresh();
}
/**