SyntaxFix
Write A Post
Hire A Developer
Questions
If you would like to execute the parent controller's parentmethod function inside a child controller, call it:
$scope.$parent.parentmethod();
You can try it over here