MCPcopy Index your code
hub / github.com/angular-ui/ui-router / unescapeText

Function unescapeText

test/angular/1.3/angular.js:10251–10254  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

10249 }
10250
10251 function unescapeText(text) {
10252 return text.replace(escapedStartRegexp, startSymbol).
10253 replace(escapedEndRegexp, endSymbol);
10254 }
10255
10256 function parseStringifyInterceptor(value) {
10257 try {

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected