MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isObjectEmpty

Function isObjectEmpty

lib/test/angular/1.4.3/angular.js:25679–25688  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

25677}
25678
25679function isObjectEmpty(obj) {
25680 if (obj) {
25681 for (var prop in obj) {
25682 if (obj.hasOwnProperty(prop)) {
25683 return false;
25684 }
25685 }
25686 }
25687 return true;
25688}
25689
25690/**
25691 * @ngdoc directive

Callers 2

setValidityFunction · 0.70
unsetAndCleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected