This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ calendarDemoApp.controller('CalendarCtrl',
87
87
uiCalendarConfig . calendars [ calendar ] . fullCalendar ( 'changeView' , view ) ;
88
88
} ;
89
89
/* Change View */
90
- $scope . renderCalender = function ( calendar ) {
90
+ $scope . renderCalendar = function ( calendar ) {
91
91
$timeout ( function ( ) {
92
92
if ( uiCalendarConfig . calendars [ calendar ] ) {
93
93
uiCalendarConfig . calendars [ calendar ] . fullCalendar ( 'render' ) ;
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ <h3>Why?</h3>
121
121
122
122
< div class ="span8 ">
123
123
< tabset >
124
- < tab select ="renderCalender ('myCalendar1'); ">
124
+ < tab select ="renderCalendar ('myCalendar1'); ">
125
125
< tab-heading >
126
126
< i class ="glyphicon glyphicon-bell "> </ i > Calendar One
127
127
</ tab-heading >
@@ -138,7 +138,7 @@ <h4>{{alertMessage}}</h4>
138
138
</ div >
139
139
< div class ="calendar " ng-model ="eventSources " calendar ="myCalendar1 " ui-calendar ="uiConfig.calendar "> </ div >
140
140
</ tab >
141
- < tab select ="renderCalender ('myCalendar2'); ">
141
+ < tab select ="renderCalendar ('myCalendar2'); ">
142
142
< tab-heading >
143
143
< i class ="glyphicon glyphicon-bell "> </ i > Calendar Two
144
144
</ tab-heading >
@@ -155,7 +155,7 @@ <h4>{{alertMessage}}</h4>
155
155
</ div >
156
156
< div class ="calendar " ng-model ="eventSources " calendar ="myCalendar2 " ui-calendar ="uiConfig.calendar "> </ div >
157
157
</ tab >
158
- < tab select ="renderCalender ('myCalendar3'); ">
158
+ < tab select ="renderCalendar ('myCalendar3'); ">
159
159
< tab-heading >
160
160
< i class ="glyphicon glyphicon-bell "> </ i > Calendar Three
161
161
</ tab-heading >
You can’t perform that action at this time.
0 commit comments