MCPcopy
hub / github.com/angular-ui/ui-router / lowercase

Function lowercase

test/angular/1.2/angular.js:198–198  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

196 * @returns {string} Lowercased string.
197 */
198var lowercase = function(string){return isString(string) ? string.toLowerCase() : string;};
199var hasOwnProperty = Object.prototype.hasOwnProperty;
200
201/**

Callers 13

angular.jsFile · 0.70
toBooleanFunction · 0.70
startingTagFunction · 0.70
getFirstAnchorFunction · 0.70
parseHeadersFunction · 0.70
headersGetterFunction · 0.70
serverRequestFunction · 0.70
mergeHeadersFunction · 0.70
createHttpBackendFunction · 0.70
$LocationProviderFunction · 0.70
$SceProviderFunction · 0.70
$SnifferProviderFunction · 0.70

Calls 1

isStringFunction · 0.70

Tested by

no test coverage detected