We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed6de1 commit 0e76bd3Copy full SHA for 0e76bd3
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -849,7 +849,8 @@ module openflow {
849
values.forEach((x: DeleteOneMessage) => ids.push(x._id));
850
this.models = this.models.filter(function (m: any): boolean { return ids.indexOf(m._id) === -1; });
851
this.loading = false;
852
- if (!this.$scope.$$phase) { this.$scope.$apply(); }
+ this.loadData();
853
+ //if (!this.$scope.$$phase) { this.$scope.$apply(); }
854
}
855
856
VERSION
@@ -1 +1 @@
1
-0.0.135
+0.0.136
0 commit comments