Réponse

var app = angular.module('myApp', []);

Explication
Question

AngularJS Module Syntaxe (that defines the application 'myApp')

Thématique