Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-ui/ui-router
/ uppercase
Function
uppercase
test/angular/1.6/angular.js:290–290 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
288
* @returns {string} Uppercased string.
289
*/
290
var
uppercase =
function
(string) {
return
isString(string) ? string.toUpperCase() : string;};
291
292
293
var
manualLowercase =
function
(s) {
Callers
2
$http
Function · 0.70
dateStrGetter
Function · 0.70
Calls
1
isString
Function · 0.70
Tested by
no test coverage detected