txbm / angular-chartjs

Directive set for the ChartJS library. Supports data bindings and attribute-level specification for chart specific options. The only Angular ChartJS module that supports ALL chart options as HTML5 attributes :)
MIT License
146 stars 37 forks source link

Installing via Bower (lastest version) cannot find src file #16

Closed loganwedwards closed 10 years ago

loganwedwards commented 10 years ago

Looks like bower.json needs to be updated to show the correct file.

It was this: "main": "src/angular-chartjs.js

This fixed it: "main": "src/js/main.js",

I'm happy to do a pull-request and submit this as well if this is how you'd like to proceed with the new hierarchy.

txbm commented 10 years ago

@loganwedwards This has been fixed in the latest tagged release. 0.0.4

loganwedwards commented 10 years ago

Great. Thanks!