decorator(The, This);
See $provide.decorator().
Parameters
Param | Type | Details |
---|---|---|
The | string | name of the service to decorate. |
This | Function | function will be invoked when the service needs to be instantiated and should return the decorated service instance. |
Please login to continue.