GUACAMOLE-197: Clean up comments and configured parameters.

This commit is contained in:
Nick Couchman
2018-01-15 15:02:37 -05:00
parent 8cf66bc3df
commit ab90606c81
6 changed files with 108 additions and 47 deletions

View File

@@ -25,6 +25,6 @@ angular.module('guacRadius').controller('radiusResponseController', ['$scope', '
function radiusResponseController($scope, $injector) {
// Populate the reply message field
$scope.radiusPlaceholder = $scope.field.replyMsg;
$scope.radiusPlaceholder = $scope.field.challenge;
}]);