Commit 70d6b32e by minki

Fixed type

parent a5e2e593
...@@ -244,7 +244,7 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $ ...@@ -244,7 +244,7 @@ function pluginDirectiveLoader($compile, datasourceSrv, $rootScope, $q, $http, $
registerPluginComponent(scope, elem, attrs, componentInfo); registerPluginComponent(scope, elem, attrs, componentInfo);
}).catch(err => { }).catch(err => {
$rootScope.appEvent('alert-error', ['Plugin Error', err.message || err]); $rootScope.appEvent('alert-error', ['Plugin Error', err.message || err]);
console.log('Plugin componnet error', err); console.log('Plugin component error', err);
}); });
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment