Reputation: 15772
Just googling "AngularJS Module Lifecycle". Could not find anything interesting. Can anybody on the planet explain me this.
I want to understand how exactly
angular.module("ui.bootstrap", [
"ui.bootstrap.tpls",
"ui.bootstrap.accordion"
]);
Upvotes: 3
Views: 3127
Reputation: 1942
From the documentation
EDIT - update link
Upvotes: 2