gonewandering / angles

An angular.js wrapper for Chart.js
MIT License
632 stars 87 forks source link

Chartjs render only the last in loop (ionic) #69

Open kiempoturner opened 9 years ago

kiempoturner commented 9 years ago

Im using Chartjs to draw charts in my ionic app. Everything works fine excepts the it renders the last in loop. Lets say there's there objects [0,1,2], it renders only [2], well using ng-repeat, it repeat 3 times since theres 3 objects in the array.

see here: http://stackoverflow.com/questions/30451595/chartjs-render-only-the-last-in-loop-ionic