I\'ve set up my controllers using data-ng-controller=\"xyzController as vm\"
data-ng-controller=\"xyzController as vm\"
I have a scenario with parent / child nested controllers. I have no problem
I've just checked
$scope.$parent.someProperty
works for me.
and it will be
{{$parent.someProperty}}
for the view.