Hi, I'm using Google Charts API to render charts in my web app (a HTML element is passed to the charts api and it renders the content to that). The content is customized, it contains elements (links) that I would like to bind to a controller. So what I would like to do is:
1. custom html content is insterted to a view (OK) 2. bind that content to a controller (NOT OK yet) I've tried $scope.$apply and $scope.$digest but couldn't really figure it out. Could somebody give some hint where to begin with this? Thanks in advance! Regards, Miklós -- 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.
