twinssbc / Ionic-Calendar

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

How to add the nav bar buttons and month title #115

Closed jmblank09 closed 7 years ago

jmblank09 commented 7 years ago

I'm in trouble understanding how to use your calendar. How can i add the Month with the buttons just like in your demo? image

twinssbc commented 7 years ago

@jmblank09 The title and buttons are actually not part of the calendar. Have a look at the ion-nav-buttons in the ionic documentation.

jmblank09 commented 7 years ago

Ohh ok. I thought it was part of your template. Thanks!