$interpolateProvider
service in module ng
Description
Used for configuring the interpolation markup. Defaults to {{
and }}
.
Methods
Symbol to denote the end of expression in the interpolated string. Defaults to }}
.
Parameters
ParamTypeDetailsvalue (optional) string
new value to set the ending symbol to.
Returns
Returns the symbol when used as getter and self if used as setter.
Symbol to denote start of expression in the interpolated string. Defaults to {{
.
Parameters
ParamTypeDetailsvalue (optional) string
new value to set the starting symbol to.
Returns
Returns the symbol when used as getter and self if used as setter.