crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
742 stars 173 forks source link

For install - dependency name is angular-svg-round-progressbar #62

Closed lyurko closed 8 years ago

lyurko commented 8 years ago

The install notes say to add to dependencies "angular-svg-round-progress" - by making the name "angular-svg-round-progressbar" in bower.json it fixed installation issues for anyone else running into this problem.

Pretty straightforward but wanted to help save anyone else time.

crisbeto commented 8 years ago

Nice catch. I'll add it to the readme.

crisbeto commented 8 years ago

Actually not sure how I didn't notice this until now, but I registered the package as "progressbar", but the module is named "progress". I'll have to rename it so it matches.

crisbeto commented 8 years ago

I've released 0.4.0 to address this and a few other minor issues.

cded commented 8 years ago

Hi we're a small business starting in Montreal and we use your progress bar in our app. We made the mistake of using a link to your github repository for roundProgress.js instead of downloading it. When you changed the module name to progressbar instead of progress it made the whole app crash. It takes a few days for the app store to process an update. Could you change the name back for a few days? It would be much appreciated.

crisbeto commented 8 years ago

Reverting a release would be a bit of a pain, but let me see if I can create a temporary proxy module.

cded commented 8 years ago

That would be amazing, thank you.

crisbeto commented 8 years ago

There you go. I'll remove the proxy module on May 1st.

cded commented 8 years ago

Thanks a lot man! it works now