From fb9e2311892e8934ca7cbedb04722d25177a2bfd Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 4 Feb 2015 16:22:04 -0500 Subject: [PATCH] made checkboxes clickable with label --- awx/ui/static/lib/ansible/directives.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/lib/ansible/directives.js b/awx/ui/static/lib/ansible/directives.js index a16c05f23b..ca9a7eaf4c 100644 --- a/awx/ui/static/lib/ansible/directives.js +++ b/awx/ui/static/lib/ansible/directives.js @@ -70,11 +70,11 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job require: 'ngModel', scope: { ngModel: '=ngModel' }, template: '
' + - '' + ''+ '{{option.value}}'+ - ''+ + ''+ '
', link: function(scope, element, attrs, ctrl){ scope.cbModel= {};