Réponse
ng-controller
Colonne
Explication
Exemple : <div class="main" ng-controller="MainController">. This means that properties attached to $scope in MainController become available to use within <div class="main">.
Question
Directive that defines the controller scope ?
Thématique