GrantMStevens / amCharts-Angular

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

Support adding listeners #39

Closed developer1 closed 8 years ago

developer1 commented 8 years ago

Addresses #38 Adds all listeners defined in the listeners array. Attempted to directly set the listener array but that wasn't working so instead it uses the addListener method.

GrantMStevens commented 8 years ago

Great, thanks for the PR!