When I use $state.go in a child of a given parent to move to another child state of that same parent, the controller associated with the parent seems to always reload, is there any way to avoid this behavior, only triggering the controller of the newly selected child state?
$state.go('^.' + childName, params, {location: false});