After updating to the latest build (1.0) I have noticed that ng-clicks on the info window have stopped working. I have modified the info window example fiddler to include an ng-click as follows: <div gm-info-window="infoWindow"> <a ng-click="alert('test')"><h4>{{selectedVolcano.name}}</h4></a> {{selectedVolcano.elevationMeters}}m </div> Any ideas or thoughts would be helpful. Thanks, Gregory