Without using a service or constructing watchers in the parent controller, how would one give children states access to the main controller\'s $scope.
$scope
Isn't the simplest solution to group shared variables into a service you can access in every controller ? ...