Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 1c0ff11

Browse files
committed
Fix a small error in README.me snippet
1 parent 349c7f0 commit 1c0ff11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ All the Arshaw Fullcalendar options can be passed through the directive. This ev
6464
center: 'title',
6565
right: 'today prev,next'
6666
},
67-
dayClick: $scope.alertEventOnClick,
67+
eventClick: $scope.alertEventOnClick,
6868
eventDrop: $scope.alertOnDrop,
6969
eventResize: $scope.alertOnResize
7070
}

0 commit comments

Comments
 (0)