GrantMStevens / amCharts-Angular

Angular directive for amCharts library
Apache License 2.0
63 stars 39 forks source link

Allow data to be provided as a promise in addition to a value. #13

Closed rguico closed 9 years ago

rguico commented 9 years ago

The data I want is provided via a promise. This PR wraps o.data in $.when so that a value or a promise is provided, rendering the chart doesn't take place until that data is in place.