Liron Bar
Liron Bar
@danthul how did you remove the MarkerWithLabel ? did you just remove MarkerWithLabel locally from angular-google-maps.js file or forked the library and fixed the issue there?
For anyone who runs into it that might help: HTML Example: `` That what needs to be done: ` uiCalendarConfig.calendars.exampleCalendar.fullCalendar('removeEventSources'); uiCalendarConfig.calendars.exampleCalendar.fullCalendar('removeEvents'); ctrl.eventSources.push(ctrl.events); ` *Dont forget to inject uiCalendarConfig to the...
Is there any way to replace the angular $$hasKey for the ui-tree-node with an id?