Definition – The module contains controllers.
Syntax –
var app = angular.module(“”, []);
Example-
var app = angular.module(“NewWeb”, []);
Note- [] shows that it’s a new module.
Definition – The module contains controllers.
Syntax –
var app = angular.module(“”, []);
Example-
Note- [] shows that it’s a new module.