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

Function isDefined

code/songhop/www/lib/angular/angular.js:501–501  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

499 * @returns {boolean} True if `value` is defined.
500 */
501function isDefined(value) {return typeof value !== 'undefined';}
502
503
504/**

Callers 15

cspFunction · 0.70
parseKeyValueFunction · 0.70
jqLiteOffFunction · 0.70
jqLiteDataFunction · 0.70
angular.jsFile · 0.70
$CompileProviderFunction · 0.70
$HttpProviderFunction · 0.70
sendReqFunction · 0.70
createHttpBackendFunction · 0.70
intervalFunction · 0.70
$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected