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

Function unescapeText

lib/test/angular/1.6.7/angular.js:13012–13015  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

13010 }
13011
13012 function unescapeText(text) {
13013 return text.replace(escapedStartRegexp, startSymbol).
13014 replace(escapedEndRegexp, endSymbol);
13015 }
13016
13017 // TODO: this is the same as the constantWatchDelegate in parse.js
13018 function constantWatchDelegate(scope, listener, objectEquality, constantInterp) {

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected