Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ lowercase
Function
lowercase
test/angular/1.7/angular.js:276–276 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
274
* @returns {string} Lowercased string.
275
*/
276
var
lowercase =
function
(string) {
return
isString(string) ? string.toLowerCase() : string;};
277
278
/**
279
* @private
Callers
15
nodeName_
Function · 0.70
startingTag
Function · 0.70
angular.js
File · 0.70
assertValidDirectiveName
Function · 0.70
wrapTemplate
Function · 0.70
parseHeaders
Function · 0.70
headersGetter
Function · 0.70
mergeHeaders
Function · 0.70
serverRequest
Function · 0.70
sendReq
Function · 0.70
createHttpBackend
Function · 0.70
$SceProvider
Function · 0.70
Calls
1
isString
Function · 0.70
Tested by
no test coverage detected