gonewandering / angles

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

Fixed 'chartCreated is undefined' error #54

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"

Closes #53