You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2019. It is now read-only.
I copied the example of the readme, but the chart doesn't appear. I set a breakpoint at the top of the link function and discovered that the link function never runs. I think it has to do with the directive using the element name as an attribute. When I changed
I copied the example of the readme, but the chart doesn't appear. I set a breakpoint at the top of the link function and discovered that the link function never runs. I think it has to do with the directive using the element name as an attribute. When I changed
<ui-chart="graphData" id="some-id" chart-options="chartOptions">
to
When I made that change, and updated all references to uiChart in the link function to chartData, it worked fined.
(Angular 1.3.0-beta.6)
The text was updated successfully, but these errors were encountered: