$interpolateProvider
(service in module ng
)
Used for configuring the interpolation markup. Deafults to {{ and }}.
$interpolateProvider();
Symbol to denote the end of expression in the interpolated string. Defaults to }}.
Symbol to denote start of expression in the interpolated string. Defaults to {{.