Add tests for filtering left groups from search

// FREEBIE
This commit is contained in:
lilia 2016-02-18 23:28:24 -08:00
parent 7e8ce5eb54
commit ef9559d844
2 changed files with 43 additions and 1 deletions

View file

@ -53,7 +53,7 @@
'click .new-contact': 'createConversation',
},
filterContacts: function(e) {
filterContacts: function() {
var query = this.$input.val().trim();
if (query.length) {
if (this.maybeNumber(query)) {