MCPcopy Create free account
hub / github.com/angular-ui/ui-router / unescapeText

Function unescapeText

test/angular/1.4/angular.js:11210–11213  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

11208 }
11209
11210 function unescapeText(text) {
11211 return text.replace(escapedStartRegexp, startSymbol).
11212 replace(escapedEndRegexp, endSymbol);
11213 }
11214
11215 function stringify(value) {
11216 if (value == null) { // null || undefined

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected