SyntaxFix
Write A Post
Hire A Developer
Questions
If the two controller is nested in One controller. Then you can simply call:
two
One
$scope.parentmethod();
Angular will search for parentmethod function starting with current scope and up until it will reach the rootScope.
parentmethod
rootScope