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

Modify bower dependency URL #17

Closed TigerC10 closed 10 years ago

TigerC10 commented 10 years ago

When attempting to bower install under the latest version of bower, I get this message:

bower ECMDERR Failed to execute git ls-remote --tags --heads git@github.com:nnnick/Chart.js.git, exit code of #128

Project Laverna/laverna#24 appears to have also had this issue. Attempting similar fix

ziscloud commented 10 years ago

@petermelias please merge this change, I also got the same error. We need to access the internet behind company http proxy, git protocol is not acceptable by a http proxy.

And I think in the dependencies, we can use semantic version number, it is better than hard code the specific version number.

TigerC10 commented 10 years ago

@ziscloud looks like @petermelias has addressed the issue differently. Shouldn't be an issue anymore.

txbm commented 10 years ago

Should work just fine now. Simple semantic versioning in the bower.json file.

When this was originally published, Chart.js did not have tagged releases, only branches.