gigmaps

Results 3 comments of gigmaps

An update to anyone trying to listen for the infowindow 'domready' event here is the solution using the current code: http://plnkr.co/edit/WIfDF8CQ0sGJFF1DJ6PH?p=preview As @nmccready points out you can create an empty...

@davidpelayo @mehanika (or anyone else) can you have a look at this [plunker](http://plnkr.co/edit/lrKo9jxOlAzeVfnwgeOt?p=preview) - change the `angular-google-maps` version from 2.3.2 to 2.3.3 in `index.html` line 13 - and watch the...

I've tried the following : - http://stackoverflow.com/questions/23006464/angularjs-ui-calendar-not-updating-events-on-calendar - in html set `id="calendar" in the`ui-calendar` div - in function that updates the Events Object run `$('#calendar').fullCalendar('refetchEvents')` (didn't work) I've also tried...