Used for configuring the interpolation markup. Defaults to {{
and }}
.
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. |
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. |
© 2010–2016 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.4.14/docs/api/ng/provider/$interpolateProvider