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

Function unescapeText

test/angular/1.5/angular.js:12441–12444  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

12439 }
12440
12441 function unescapeText(text) {
12442 return text.replace(escapedStartRegexp, startSymbol).
12443 replace(escapedEndRegexp, endSymbol);
12444 }
12445
12446 function stringify(value) {
12447 if (value == null) { // null || undefined

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected