+1 vote
in Angular by
Does Angular support nested controllers?

1 Answer

0 votes
by

Yes, Angular does support the concept of nested controllers. The nested controllers are needed to be defined in a hierarchical manner for using it in the View. 

...