paulcpederson / angular-dimple

Angular Dimple is a series of Angular directives that help you create graphs and visualizations based on Dimple.js and d3. It's designed to create graphs as simply as possible from flat JSON data
http://paulcpederson.github.io/angular-dimple/
50 stars 13 forks source link

'bar' compile error #57

Closed mg1075 closed 9 years ago

mg1075 commented 9 years ago

I do not know if others are having this error as of this moment, but I was getting an angular compile error saying 'bar' was missing a required controller called 'progress'.

The problem did not go away until I renamed 'bar' in the directive to 'barchart' to avoid whatever naming collision was taking place.

paulcpederson commented 9 years ago

If you ware using a different directive with a bar element in it (probably a loading bar?) then there will be a collision, your solution is the best way to get around that I think!