MCPcopy Create free account
hub / github.com/angular-ui/ui-router / isObjectEmpty

Function isObjectEmpty

test/angular/1.3/angular.js:24065–24072  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

24063}
24064
24065function isObjectEmpty(obj) {
24066 if (obj) {
24067 for (var prop in obj) {
24068 return false;
24069 }
24070 }
24071 return true;
24072}
24073
24074/**
24075 * @ngdoc directive

Callers 2

setValidityFunction · 0.70
unsetAndCleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected