diff --git a/js/components/contactList/contactList_controller.js b/js/components/contactList/contactList_controller.js index 4809a0a0b..6bab760d1 100644 --- a/js/components/contactList/contactList_controller.js +++ b/js/components/contactList/contactList_controller.js @@ -66,7 +66,7 @@ angular.module('contactsApp') }); }); - // Select first contact of the whole and unfiltered contact list + // Get contacts ContactService.getAll().then(function(contacts) { $scope.$apply(function() { ctrl.contacts = contacts;