-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular directive issue ? #42
Comments
@iamkdev That may be because we haven't yet published the dom element parent feature to npm yet, will be doing that in some time. #40 |
Hi @iamkdev, not an angular person here but do you think this is related to #2 ? Ensuring you don't spend time while there comes an update. |
Thanks for the awesome chart @pratu16x7. @achillesrasquinha, the output of I want this to work . It should not coupled with id, class or other attribute. Because, in my angular directive I already have access to the element via |
Published, updated docs, feel free to reopen in case of issues. Cheers! |
charts/src/scripts/charts/BaseChart.js
Line 25 in bb2aeaa
I am trying to create Angular 2+ directive. As I have access to the element in the directive
this.el.nativeElement
, I want to use it as parent. But its not working. Only works when i set via attribute like id, class etc.The text was updated successfully, but these errors were encountered: