When scrolling through a list of items, the item element on which I started scrolling gets activated, changing the background color of the item(as a result of adding activated
class to the item).
The scrolling doesn’t trigger the click event actually as I hooked ui-sref
on the element while nothing is happend except scrolling.
How can I resolve this visual glitch?