Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
fix: mark all optional attributes as such for ng 1.3.x compatibility
Browse files Browse the repository at this point in the history
Closes #259
  • Loading branch information
Matt Lewis committed Jan 12, 2016
1 parent 7f586c0 commit 20ed32e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/directives/mwlCalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ angular
view: '=',
viewTitle: '=?',
viewDate: '=',
editEventHtml: '=',
deleteEventHtml: '=',
cellIsOpen: '=',
editEventHtml: '=?',
deleteEventHtml: '=?',
cellIsOpen: '=?',
onEventClick: '&',
onEventTimesChanged: '&',
onEditEventClick: '&',
Expand Down

0 comments on commit 20ed32e

Please sign in to comment.