ngApp (directive)
Improve this Doc View Source ngApp
- directive in module ng
Use this directive to auto-bootstrap an AngularJS application. The ngApp
directive designates the root element of the application and is typically placed near the root element of the page - e.g. on the <body>
or