Activated class on ion-items

How can i prevent that the activated class is being called upon the item?? prevent.default etc functions are not working

When loading ion-items in a ng-repeat, all items are clickable due to ng-click function that calls a detailpage of that specific record.

On every click ionic responds with an activated class and that changes the background-color for a second.

1 Like