(obj)
| 24063 | } |
| 24064 | |
| 24065 | function 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 |
no outgoing calls
no test coverage detected