AngularJS applications cannot be
nested within each other. Only one AngularJS
application can be auto-bootstrapped per HTML document. The first ngApp found in the document
will be used to define the root element to auto-bootstrap as an
application.
read more >>