twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

No events label not working #111

Open danillocesar opened 7 years ago

danillocesar commented 7 years ago

I'm trying to set the label for no events and its not working.. help?

<calendar noEventsLabel="Nenhum evento" ng-model="calendar.currentDate" calendar-mode="calendar.mode" event-source="calendar.eventSource" range-changed="reloadSource(startTime, endTime)" event-selected="onEventSelected(event)" title-changed="onViewTitleChanged(title)" time-selected="onTimeSelected(selectedTime, events, disabled)" step="30"></calendar>

twinssbc commented 7 years ago

@danillocesar You could use the option as below

no-events-label="Nenhum evento"