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

Function unescapeText

lib/test/angular/1.5.0/angular.js:11612–11615  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

11610 }
11611
11612 function unescapeText(text) {
11613 return text.replace(escapedStartRegexp, startSymbol).
11614 replace(escapedEndRegexp, endSymbol);
11615 }
11616
11617 function stringify(value) {
11618 if (value == null) { // null || undefined

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected