Skip to content

Commit cd837a8

Browse files
committed
show charts fluently
1 parent d81825d commit cd837a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ module openflow {
178178

179179
}
180180
this.charts.push(chart);
181-
181+
if (!this.$scope.$$phase) { this.$scope.$apply(); }
182182
}
183183

184184

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.86
1+
0.0.87

0 commit comments

Comments
 (0)