Fixes to error handling and clearing, also publishing of legacy events so old query editors work with react panels fully

This commit is contained in:
Torkel Ödegaard
2019-02-14 15:18:55 +01:00
parent cc61d9c5cc
commit 2bc26a01f9
6 changed files with 114 additions and 60 deletions

View File

@@ -27,7 +27,9 @@ export class AngularLoader {
compiledElem.remove();
},
digest: () => {
scope.$digest();
if (!scope.$$phase) {
scope.$digest();
}
},
getScope: () => {
return scope;