Any good directives for ionic sliding tabs

Hi,
I am currently working on ion slide tabs directives as provided by https://github.com/JKnorr91/ion-slide-box-tabs.
But, i am not able to call a controller for each tab. I want to intercept each tab’s on enter event, which is not possible in the current directive.

Thanks
Sourav

Fixed It.
I was using ion-slides and this page had the answer on how to capture slide change event.