'use strict'; angular.module('crmApp') .filter('isEmptyObject', function () { return function (obj) { return angular.equals({}, obj); }; });