MCPcopy
hub / github.com/angular-ui/ui-router / unescapeText

Function unescapeText

test/angular/1.7/angular.js:13750–13753  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

13748 }
13749
13750 function unescapeText(text) {
13751 return text.replace(escapedStartRegexp, startSymbol).
13752 replace(escapedEndRegexp, endSymbol);
13753 }
13754
13755 // TODO: this is the same as the constantWatchDelegate in parse.js
13756 function constantWatchDelegate(scope, listener, objectEquality, constantInterp) {

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected