mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
e5eb9d0713
commit
df790a42c1
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ export function AngularVisTypeProvider(Private, $compile, $rootScope) {
|
|||
|
||||
return new Promise((resolve, reject) => {
|
||||
const updateScope = () => {
|
||||
this.$scope.vis = this.vis.clone();
|
||||
this.$scope.vis.setUiState(this.vis.getUiState());
|
||||
this.$scope.vis = this.vis;
|
||||
this.$scope.esResponse = esResponse;
|
||||
this.$scope.renderComplete = resolve;
|
||||
this.$scope.renderFailed = reject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue