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

"ng-click" is not responding in tooltip formatter of highcharts. But, ng-bind is responding. #522

Open
badrinarayan20 opened this issue Oct 19, 2016 · 1 comment

Comments

@badrinarayan20
Copy link

badrinarayan20 commented Oct 19, 2016

tooltip: {
shared: true,
useHTML: true,
formatter: function() {
scope.haveFun = function() {
console.log("having fun...");
}
var tooltipObj = $compile('div ng-click='haveFun()'>click here!!!!!div')(scope);
scope.$apply();
return tooltipObj.html();
}
},

@sidneyphillip
Copy link

@badrinarayan20 did you ever find a solution for this? I'm running into the same exact problem!

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