gonewandering / angles

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

'chartCreated' is undefined error #53

Closed adam7 closed 10 years ago

adam7 commented 10 years ago

When data for the chart is not immediately available, e.g. it is coming from a JSON request, an error is thrown because chartCreated does not exist on the initial call to $scope.$watch("tooltip"

I will submit a pull request with a fix for this issue

NateRedding commented 10 years ago

+1 to get this merged in.