Merge pull request #5197 from minkikim89/fixtypo

Fixed type
pull/5233/head
Carl Bergquist 9 years ago
commit a6afd85526
  1. 2
      public/app/core/directives/plugin_component.ts

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

Loading…
Cancel
Save