Réponse
ng-app
Colonne
Explication
Exemple :<body ng-app="myApp">. The ng-app tells AngularJS that the myApp module will live within the <body> element, termed the application’s scope. In other words, we used the ng-app directive to define the application scope.
Question
Directive to define the application scope ?
Thématique