constant(name, object);
Because the constants are fixed, they get applied before other provide methods. See $provide.constant().
Parameters
Param | Type | Details |
---|---|---|
name | string | constant name |
object | * | Constant value. |
Because the constants are fixed, they get applied before other provide methods. See $provide.constant().
Param | Type | Details |
---|---|---|
name | string | constant name |
object | * | Constant value. |
Please login to continue.