mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
Fix comment
This commit is contained in:
parent
f214428411
commit
a94aad7a22
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
|||
if ($scope.query === undefined || $scope.query === null) {
|
||||
return false;
|
||||
}
|
||||
return msg.user.indexOf($scope.query.text) == 0; // query should be prefix of item.user
|
||||
return msg.user.indexOf($scope.query.text) == 0; // query should be prefix of msg.user
|
||||
}
|
||||
|
||||
$scope.addNewUser = function(user) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue