mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Move state field to template file for consistency.
This commit is contained in:
committed by
Nick Couchman
parent
fd84e761b1
commit
60b5802cc7
@@ -34,7 +34,7 @@ angular.module('guacRadius').config(['formServiceProvider',
|
|||||||
formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', {
|
formServiceProvider.registerFieldType('GUAC_RADIUS_STATE', {
|
||||||
module : 'guacRadius',
|
module : 'guacRadius',
|
||||||
controller : 'radiusStateController',
|
controller : 'radiusStateController',
|
||||||
template : '<input class="ng-hide" type=hidden ng-model="model" />'
|
templateUrl : 'app/ext/radius/templates/radiusStateField.html'
|
||||||
});
|
});
|
||||||
|
|
||||||
}]);
|
}]);
|
||||||
|
@@ -0,0 +1 @@
|
|||||||
|
<input type=hidden ng-model="model" />
|
Reference in New Issue
Block a user