Skip to content

Commit 0e76bd3

Browse files
committed
,
1 parent bed6de1 commit 0e76bd3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,8 @@ module openflow {
849849
values.forEach((x: DeleteOneMessage) => ids.push(x._id));
850850
this.models = this.models.filter(function (m: any): boolean { return ids.indexOf(m._id) === -1; });
851851
this.loading = false;
852-
if (!this.$scope.$$phase) { this.$scope.$apply(); }
852+
this.loadData();
853+
//if (!this.$scope.$$phase) { this.$scope.$apply(); }
853854
}
854855

855856
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.135
1+
0.0.136

0 commit comments

Comments
 (0)