mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
FS-8591 [verto_communicator] - Changed ng-keyup to ng-keydown
This commit is contained in:
@@ -191,10 +191,11 @@
|
||||
$scope.openId = $scope.openId == index ? null : index;
|
||||
};
|
||||
|
||||
$scope.send = function() {
|
||||
$scope.send = function(event) {
|
||||
// Only conferencing chat is supported for now
|
||||
// but still calling method with the conference prefix
|
||||
// so we know that explicitly.
|
||||
event.preventDefault();
|
||||
verto.sendConferenceChat($scope.message);
|
||||
$scope.message = CLEAN_MESSAGE;
|
||||
};
|
||||
|
Reference in New Issue
Block a user