twinssbc / Ionic-Calendar

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

Why monthviewEventDetail.html updated. #146

Closed akashsky44 closed 7 years ago

akashsky44 commented 7 years ago

i updated monthviewEventDetail.html by my own filter u see in below image. but it not show event detail time in 13:29 i want to show this in 1:29. how to do this. many times updated telmplate but any changes not perform. delerer

twinssbc commented 7 years ago

@akashsky44 Actually the template is already bundled into the released js file. So if you directly modify the html file in the templates folder, it doesn't take effect. Take a look at monthviewEventDetailTemplateUrl option in README. You need to write your own template file and assign the path to this option.