Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.
This repository was archived by the owner on May 25, 2019. It is now read-only.

Link function never runs #14

@ansorensen

Description

@ansorensen

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions