procterw / ng-maps

A Google Maps directive for data intensive AngularJS apps
6 stars 4 forks source link

Events in "control" and "infowindow" #2

Closed procterw closed 9 years ago

procterw commented 9 years ago

The control and infowindow directives are able to respond to changes in their HTML and redraw accordingly. This includes evaluating angular expressions. The issue is that events can't be triggered from inside the directives. For example, a button in a control directive won't be able to get events out. I'll post more details later.