twinssbc / AngularJS-ResponsiveCalendar

A pure AngularJS responsive calendar directive
http://twinssbc.github.io/AngularJS-ResponsiveCalendar/demo/
MIT License
112 stars 77 forks source link

event-selected and time-selected callbacks not firing inside uib-tabset directive of angular bootstrap #43

Closed jsmasterathul closed 8 years ago

jsmasterathul commented 8 years ago

I was using the calendar directive like below

<uib-tabset>
        <uib-tab heading="availability">
<calendar ng-model="currentDate" calendar-mode="mode" event-source="eventSource"
                          event-selected="onEventSelected(event)"
                          time-selected="onTimeSelected(selectedTime)"></calendar>
        </uib-tab>
                          </uib-tabset>

the event-selected and time-selected functions were not firing. In a stand alone it was firing.

jsmasterathul commented 8 years ago

sorry I was inspecting a wrong developer console. Its working fine