Skip to content
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

how would I update a component variable in callback? #46

Closed
grimace opened this issue Apr 22, 2017 · 1 comment
Closed

how would I update a component variable in callback? #46

grimace opened this issue Apr 22, 2017 · 1 comment

Comments

@grimace
Copy link

grimace commented Apr 22, 2017

I'm trying to update an ng2 component variable from my mouseOver callback, but I can't seem to update any member variables in my component
var enter = svg.enter() .append("circle") .attr("r", 10) .on("mouseover", _mouseOver) .on("mouseout",_mouseOut)

@tomwanzek
Copy link
Owner

Please use this issues log for (suspected) bugs and feature requests related to this service only. For general "how to" questions, please use StackOverflow. Thanks for understanding. 😄

By the same token, please see the following related SO answer, I provided to a similar question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants