The
ng-
app directive tells
AngularJS that this is the root element of the
AngularJS application. All
AngularJS applications must have a root element. You can only have one
ng-
app directive in your HTML document. If more than one
ng-
app directive appears, the first appearance will be used.
read more >>