GUACAMOLE-197: Add comments to the AngularJS files.

This commit is contained in:
Nick Couchman
2017-02-05 20:55:44 -05:00
committed by Nick Couchman
parent 731c622e8f
commit 2175c21ff5
3 changed files with 19 additions and 12 deletions

View File

@@ -27,5 +27,5 @@ angular.module('guacRadius', [
'form'
]);
// Ensure the guacDuo module is loaded along with the rest of the app
// Ensure the guacRadius module is loaded along with the rest of the app
angular.module('index').requires.push('guacRadius');