GUACAMOLE-38: Minor documentation tweaks.

This commit is contained in:
Nick Couchman
2018-04-17 17:30:52 -04:00
parent 12d92d210f
commit 6a922a7811
3 changed files with 6 additions and 3 deletions

View File

@@ -43,6 +43,10 @@ angular.module('guacQuickConnect').controller('quickconnectController', ['$scope
}
};
/**
* The URI that will be passed in to the extension to create
* the connection.
*/
$scope.uri = null;
/**