Merge pull request #5197 from minkikim89/fixtypo

Fixed type
This commit is contained in:
Carl Bergquist
2016-05-27 16:57:07 +02:00
@@ -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);
});
}
};