MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isUndefined

Function isUndefined

code/songhop/www/lib/angular/angular.js:486–486  ·  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

484 * @returns {boolean} True if `value` is undefined.
485 */
486function isUndefined(value) {return typeof value === 'undefined';}
487
488
489/**

Callers 15

getTextFunction · 0.70
angular.jsFile · 0.70
eventHandlerFunction · 0.70
enforceReturnValueFunction · 0.70
BrowserFunction · 0.70
cacheStateFunction · 0.70
cacheFactoryFunction · 0.70
serverRequestFunction · 0.70
sendReqFunction · 0.70
buildUrlFunction · 0.70
computeFunction · 0.70
LocationHashbangUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected