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

Function unescapeText

lib/test/angular/1.7.0/angular.js:13181–13184  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

13179 }
13180
13181 function unescapeText(text) {
13182 return text.replace(escapedStartRegexp, startSymbol).
13183 replace(escapedEndRegexp, endSymbol);
13184 }
13185
13186 // TODO: this is the same as the constantWatchDelegate in parse.js
13187 function constantWatchDelegate(scope, listener, objectEquality, constantInterp) {

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected