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

Function unescapeText

lib/test/angular/1.4.3/angular.js:10676–10679  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

10674 }
10675
10676 function unescapeText(text) {
10677 return text.replace(escapedStartRegexp, startSymbol).
10678 replace(escapedEndRegexp, endSymbol);
10679 }
10680
10681 function stringify(value) {
10682 if (value == null) { // null || undefined

Callers 1

$interpolateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected