(obj)
| 21798 | } |
| 21799 | |
| 21800 | function 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 |
no outgoing calls
no test coverage detected