summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-07-29 14:12:10 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-07-29 14:12:10 +0200
commit7b74edc8d15c71e827d6cf9f1d83fa86a44abbcf (patch)
tree75be72a12c4e6acfcc9c4e3876c2b0283de1d7e4 /js
parent02e4b64e3a8c14eeefba6ec01b56e5bf34b73fab (diff)
fix #467
Diffstat (limited to 'js')
-rw-r--r--js/filters/contactGroup_filter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/filters/contactGroup_filter.js b/js/filters/contactGroup_filter.js
index f9763369..3ceb1ca1 100644
--- a/js/filters/contactGroup_filter.js
+++ b/js/filters/contactGroup_filter.js
@@ -22,6 +22,6 @@ angular.module('contactsApp')
}
}
}
- return filter.length === 0 ? contacts : filter;
+ return filter;
};
});