|
|
|
@ -244,7 +244,7 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $ |
|
|
|
|
registerPluginComponent(scope, elem, attrs, componentInfo); |
|
|
|
|
}).catch(err => { |
|
|
|
|
$rootScope.appEvent('alert-error', ['Plugin Error', err.message || err]); |
|
|
|
|
console.log('Plugin componnet error', err); |
|
|
|
|
console.log('Plugin component error', err); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|