Merge branch 'graph-legend-to-react'

This commit is contained in:
Torkel Ödegaard
2018-10-31 04:26:44 -07:00
12 changed files with 716 additions and 439 deletions

View File

@@ -48,11 +48,6 @@ export class PanelCtrl {
}
$scope.$on('component-did-mount', () => this.panelDidMount());
$scope.$on('$destroy', () => {
this.events.emit('panel-teardown');
this.events.removeAllListeners();
});
}
panelDidMount() {