Improve this Doc View Source $interpolateProvider
- $interpolate
- provider in module ng
Used for configuring the interpolation markup. Defaults to {{ and }}.
Usage
$interpolateProvider();
Methods
-  startSymbol([value]);Symbol to denote start of expression in the interpolated string. Defaults to {{.ParametersParam Type Details value (optional)stringnew value to set the starting symbol to. ReturnsstringselfReturns the symbol when used as getter and self if used as setter. 
-  endSymbol([value]);Symbol to denote the end of expression in the interpolated string. Defaults to }}.ParametersParam Type Details value (optional)stringnew value to set the ending symbol to. ReturnsstringselfReturns the symbol when used as getter and self if used as setter. 
    © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://code.angularjs.org/1.2.32/docs/api/ng/provider/$interpolateProvider