How does one access the parent of the $scope in a controller? Easy… use $scope.$parent
. You can even get parents of parents. Neat, right?
How does one access the parent of the $scope in a controller? Easy… use $scope.$parent
. You can even get parents of parents. Neat, right?