MCPcopy Create free account
hub / github.com/apache/cloudstack / isEmpty

Function isEmpty

tools/ngui/static/js/lib/angular.js:11494–11496  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11492
11493
11494function isEmpty(value) {
11495 return isUndefined(value) || value === '' || value === null || value !== value;
11496}
11497
11498
11499function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {

Callers 10

textInputTypeFunction · 0.85
validateFunction · 0.85
minLengthValidatorFunction · 0.85
maxLengthValidatorFunction · 0.85
numberInputTypeFunction · 0.85
minValidatorFunction · 0.85
maxValidatorFunction · 0.85
urlValidatorFunction · 0.85
emailValidatorFunction · 0.85
validatorFunction · 0.85

Calls 1

isUndefinedFunction · 0.85

Tested by

no test coverage detected