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

Function unescapeText

lib/test/angular/1.8.0/angular.js:13815–13818  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

13813 }
13814
13815 function unescapeText(text) {
13816 return text.replace(escapedStartRegexp, startSymbol).
13817 replace(escapedEndRegexp, endSymbol);
13818 }
13819
13820 // TODO: this is the same as the constantWatchDelegate in parse.js
13821 function constantWatchDelegate(scope, listener, objectEquality, constantInterp) {

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected