$parseProvider
can be used for configuring the default behavior of the $parse service.
Methods
-
addLiteral(literalName, literalValue);
Configure $parse service to add literal values that will be present as literal at expressions.
Parameters
Param Type Details literalName string
Token for the literal value. The literal name value must be a valid literal name.
literalValue *
Value for this literal. All literal values must be primitives or
undefined
.
Please login to continue.