Refresh tab on click

Is it possible to refresh the current tab when it is clicked again? I display an unread messages count on the tab. When the badge appears the users tend to tap on the tab instead of using pullt o refresh

You could add a ng-click event to the button that reloads the data. That sounds most straightforward to me.

Is there any way to reload a view? All my attemps failed so far.