ng-app initializes an AngularJS application and sets the root element for Angular components.
ng-app
<div ng-app="myApp"> <!-- AngularJS app content --> </div>