Trying to add charting capabilities

Im trying to add charting dependencies to my ionic project. When I do bower breaks angular.

For example if I add tc-angular-chartjs (ionic add tc-angular-chartjs). I get the error when running my app:

Error: [$injector:nomod] Module ‘ngResource’ is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Also many of the angular files in \lib\ionic\js\angular have been deleted.

What is a way I can add dependencies to my project without breaking it? TIA.