I am using UI router for tabs of a main menu as well as for links within one of the states (users). The users state has a list of users and when a user is clicked, I want t
$state.transitionTo("State Here", {"uniqueRequestCacheBuster": null});
This will simply reload only that child state as you wanted. not the whole hierarchy of states.