There's any way of setting the parent in Angular UI Router programmatically? Something using the $scope? like
myPage: {
parent: ($scope) => {
return $scope.parentProperty;
},
template,
controller
}