Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Mar 31, 2016
1 parent bfdd692 commit ba45217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/filters/contactGroup_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ angular.module('contactsApp')
}
}
}
if(filter.length==0) {
if(filter.length === 0) {
return contacts;
} else {
return filter;
Expand Down

0 comments on commit ba45217

Please sign in to comment.