$ (document). on ('click', '. icon.ion-more.EventDetail', function () {});
How do I work today with ionic & angularJS there a better way?
Of course there would be 300ms delay,
I do not know why but I have now delay between clicking clickable
I added fastclick by this I added this line in the head
I think you are still trying to mix jQuery with Angular. Generally it is not advisable to do this. Also, Ionic already has fixed the 300ms delay issue. You should not be experiencing that if you are doing things the “Angular way”. There is no need to include Fastclick.
This is a good explanation of how to go from jQuery to Angular :
Hey, I really do not want! Combine jquery how can I implement something similar with Ionic and Angular without using ng-click?
And have a 300ms delay I work with