Hi Ocajians,

If you change scope variables inside an function that runs outside angulars 
scope, you need to `$scope.$apply()'.
Hmm, that might sound a bit cryptic.. I'll ellaborate a bit.
your function that adds the html is run from a click event on your 
highchart feature. That click is run outside the angular realm, and can't 
be seen. To address this problem you should run this function inside a 
$apply.

Look up the docs on how to call $apply correctly, just adding the line 
`$scope.$apply()` will work, but this seems to be sub-optimal. (I leave you 
to your own research on this, if it still baffles you, once again, don't 
hesitate to ask!)

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to