Fixed type

This commit is contained in:
minki 2016-05-22 05:38:57 +09:00
parent a5e2e59385
commit 70d6b32e14
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});
}
};