provider(name, providerType);
See $provide.provider().
Parameters
Param | Type | Details |
---|---|---|
name | string | service name |
providerType | Function | Construction function for creating new instance of the service. |
See $provide.provider().
Param | Type | Details |
---|---|---|
name | string | service name |
providerType | Function | Construction function for creating new instance of the service. |
Please login to continue.