MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / isUndefined

Function isUndefined

OpenReservation/wwwroot/Scripts/angular.js:544–544  ·  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

542 * @returns {boolean} True if `value` is undefined.
543 */
544 function isUndefined(value) { return typeof value === 'undefined'; }
545
546 /**
547 * @ngdoc function

Callers 15

toJsonFunction · 0.85
bindJQueryFunction · 0.85
toDebugStringFunction · 0.85
getTextFunction · 0.85
angular.jsFile · 0.85
eventHandlerFunction · 0.85
enforceReturnValueFunction · 0.85
loadModulesFunction · 0.85
BrowserFunction · 0.85
cacheStateFunction · 0.85
cacheFactoryFunction · 0.85
$CompileProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected