Clicking Hastily Causes Routing Issue

I have a simple Ionic v1 app that displays a list of items. Clicking on an item navigates the user to a new view displaying info about the item.

If the user selects a second before the first item is loaded, the app will navigate to both views respectively, which is an issue.

Is there a way to prevent this via an ionic config or angular?

Note I am using Ionic Native Transitions, but this issue seems to be independent