#832 added missing watcher function
This commit is contained in:
parent
27e13fdf3d
commit
ead97cb142
|
@ -19,6 +19,7 @@ class Controller {
|
||||||
this.$scope.watcher.check();
|
this.$scope.watcher.check();
|
||||||
this.$scope.model.save().then(() => {
|
this.$scope.model.save().then(() => {
|
||||||
this.$scope.watcher.notifySaved();
|
this.$scope.watcher.notifySaved();
|
||||||
|
this.$scope.watcher.updateOriginalData();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// Item Descriptor
|
// Item Descriptor
|
||||||
|
|
Loading…
Reference in New Issue