chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

It works with angular 1.2.28 but not with 1.4.8 #220

Open Jerige opened 8 years ago

Jerige commented 8 years ago

Try this plunkr http://plnkr.co/edit/MU40RnAskpwE4DBxA7MI

Uncomment line with 1.2.2 angular version (comment line with 1.4.8 version) and chart is working.

What can be an issue?

TetsujinOni commented 8 years ago

http://plnkr.co/edit/0CBRgPXK2fMhk9Eeq0Hd?p=preview

Once the controller factory is properly registered in 1.4.8 style, it seems to work as expected.