service(name, constructor);
See $provide.service().
Parameters
| Param | Type | Details |
|---|---|---|
| name | string | service name |
| constructor | Function | A constructor function that will be instantiated. |
See $provide.service().
| Param | Type | Details |
|---|---|---|
| name | string | service name |
| constructor | Function | A constructor function that will be instantiated. |
Please login to continue.