We need to tell AngularJS what part of our HTML page contains the AngularJS app. You do so by adding the ________ attribute to the root HTML element of the AngularJS app.
Correct answer is :- ng-app
We need to tell AngularJS what part of our HTML page contains the AngularJS app. You do so by adding the ng-app attribute to the root HTML element of the AngularJS app.