Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Mar 31, 2016
1 parent 6b1b9c3 commit e083112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/contactList/contactList_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e083112

Please sign in to comment.