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

Function isUndefined

test/angular/1.2/angular.js:506–506  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isUndefined * @module ng * @kind function * * @description * Determines if a reference is undefined. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is undefined.

(value)

Source from the content-addressed store, hash-verified

504 * @returns {boolean} True if `value` is undefined.
505 */
506function isUndefined(value){return typeof value === 'undefined';}
507
508
509/**

Callers 15

jqLiteOffFunction · 0.70
getTextFunction · 0.70
angular.jsFile · 0.70
eventHandlerFunction · 0.70
BrowserFunction · 0.70
cacheFactoryFunction · 0.70
serverRequestFunction · 0.70
sendReqFunction · 0.70
buildUrlFunction · 0.70
locationGetterSetterFunction · 0.70
$SnifferProviderFunction · 0.70
currencyFilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected