ui-chart
ui-chart copied to clipboard
dependency repository causes bower install to give EHTTP
bower install angular-ui-chart throws a 401 http error because its below dependency repository no longer exists
https://bitbucket.org/cleonello/jqplot/downloads/jquery.jqplot.1.0.8r1250.tar.gz#
Instead, I am looking at using the fork grekpe/ui-chart
Edit: the above fork did not help as it also requested the same inexistant URL.
The problem was that this is still in the tag v0.0.1. So basically, just installing the tip of the master branch solved my problem, i.e.
bower install angular-ui-chart#master --save
Perhaps a new tag v0.0.2 is in order?
Also https://github.com/angular-ui/ui-chart/issues/18 seems related to this.
I'm not sure if this repository is stale. Anyway, I made a fork with some tweaks to get the tests to pass locally and on travis, with updated dependencies, and added tag v0.0.2. For anyone coming across this and wanting to use it: bower install --save https://github.com/shadiakiki1986/ui-chart.git
Otherwise, I can make a PR if I get some feedback on it