$interpolateProvider
ng
Used for configuring the interpolation markup. Defaults to {{
and }}
.
Symbol to denote the end of expression in the interpolated string. Defaults to }}
.
Param | Type | Details |
---|---|---|
value (optional) | string | new value to set the ending symbol to. |
string|self | 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 {{
.
Param | Type | Details |
---|---|---|
value (optional) | string | new value to set the starting symbol to. |
string|self | Returns the symbol when used as getter and self if used as setter. |