Added quick reply button (doesn't load in the correct parameters for
sending a msg)
This commit is contained in:
@@ -99,6 +99,9 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
||||
});
|
||||
}
|
||||
|
||||
$scope.quickReply = function(uuid) {
|
||||
$rootScope.openModal('private-message',{controller:'MemberModalCtrl', scope:$scope})
|
||||
}
|
||||
}
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user