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

Function isObjectEmpty

code/songhop/www/lib/angular/angular.js:21800–21807  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

21798}
21799
21800function isObjectEmpty(obj) {
21801 if (obj) {
21802 for (var prop in obj) {
21803 return false;
21804 }
21805 }
21806 return true;
21807}
21808
21809/**
21810 * @ngdoc directive

Callers 2

setValidityFunction · 0.70
unsetAndCleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected