Remove unused ngResource.

This commit is contained in:
Alexis Lahouze 2017-07-29 16:36:16 +02:00
parent efcf07565b
commit 927459b6c5
1 changed files with 0 additions and 3 deletions

View File

@ -23,10 +23,7 @@ import * as c3 from 'c3';
import * as angular from 'angular';
var ngResource = require('angular-resource');
module.exports = angular.module('categoryChartModule', [
ngResource
])
.component('categoryChart', {