MCPcopy Index your code
hub / github.com/angular-ui/ui-router / uppercase

Function uppercase

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

Source from the content-addressed store, hash-verified

209 * @returns {string} Uppercased string.
210 */
211var uppercase = function(string){return isString(string) ? string.toUpperCase() : string;};
212
213
214var manualLowercase = function(s) {

Callers 3

angular.jsFile · 0.70
$httpFunction · 0.70
dateStrGetterFunction · 0.70

Calls 1

isStringFunction · 0.70

Tested by

no test coverage detected