+ 1
Can we use a controller inside another?
2 Answers
+ 2
As in a nested controller? Then it looks like it. Admittedly I don't work much with angular.
http://fdietz.github.io/recipes-with-angular-js/controllers/sharing-models-between-nested-controllers.html
https://docs.angularjs.org/guide/controller
http://www.angularjshub.com/examples/basics/nestedcontrollers/
+ 1
Thank you ChaoticDawg