FIX: show search filter when invites are greater than ten

This commit is contained in:
Arpit Jalan 2014-06-27 00:22:08 +05:30
parent 6907739a0b
commit 46f734bb83
1 changed files with 1 additions and 3 deletions

View File

@ -58,9 +58,7 @@ export default Ember.ObjectController.extend({
@property showSearch
**/
showSearch: function() {
return !(Em.isNone(this.get('searchTerm')) && this.get('invites.length') === 0);
}.property('searchTerm', 'invites.length'),
showSearch: Em.computed.gte('invites.length', 10),
/**
Were the results limited by our `maxInvites`