gigmaps
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...
yes see issue #354 and pull request #355 due to an outdated bower.json ui-router-extras currently limits ui-router to version 0.2.18 @christopherthielen could you please have a look at PR #355...
i had a similar problem and posted a question on stack overflow http://stackoverflow.com/questions/28161642/how-to-get-ui-router-statehelper-working - while I went back to $stateProvider dot notation because I couldn't be bothered continuing with stateHelper...