Click events within the framework

I’m currently trying to integrate a calendar plugin within my Ionic app: http://kylestetz.github.io/CLNDR/

The problem I’m having is that none of the click events are firing when clicking on the calendar. From what I understand this has something to do with Ionic intercepting the click events but is there a way to remedy this?

If it’s not possible to use this plugin, what’s the preferred method of using a calendar within Ionic?

Thanks