GrantMStevens / amCharts-Angular

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

Does not work in Bootstrap's tabs directive #24

Closed mkavrukova closed 9 years ago

GrantMStevens commented 9 years ago

Are you sure this is not just a scoping issue? Are you using controller-as syntax? If I remember correctly, a lot of the ui-boostrap directives create an isolate scope, so if you're trying to reference a scope variable for your config object to pass in to the AmCharts directive, the $scope variable in the view could be referencing that isolate scope from the ui-boostrap tab instead of the parent scope you think you're referencing. This is more than likely your problem.

If it isnt, create a fiddle please.