mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-197: Add comments to the AngularJS files.
This commit is contained in:
		
				
					committed by
					
						 Nick Couchman
						Nick Couchman
					
				
			
			
				
	
			
			
			
						parent
						
							731c622e8f
						
					
				
				
					commit
					2175c21ff5
				
			| @@ -21,10 +21,10 @@ | ||||
|  * Config block which registers Radius-specific field types. | ||||
|  */ | ||||
| angular.module('guacRadius').config(['formServiceProvider', | ||||
|     function guacRadiusConfig(formServiceProvider) { | ||||
|         console.log("In guacRadiusConfig() method."); | ||||
|         function guacRadiusConfig(formServiceProvider) { | ||||
|     console.log("In guacRadiusConfig() method."); | ||||
|  | ||||
|     // Define field for the signed response from the RADIUS service | ||||
|     // Define field for the challenge from the RADIUS service | ||||
|     formServiceProvider.registerFieldType('GUAC_RADIUS_CHALLENGE_RESPONSE', { | ||||
|         module      : 'guacRadius', | ||||
|         controller  : 'guacRadiusController', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user