$controllerProvider
ng
The $controller service is used by Angular to create new controllers.
$controller service
This provider allows controller registration via the register method.
register
Controller name
Controller constructor fn (optionally decorated with DI annotations in the array notation).