1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 02:25:27 +03:00

removing stale comment

This commit is contained in:
jaredevantabor 2017-03-08 18:59:07 -08:00
parent d6f70a22f3
commit d8fc447309

View File

@ -16,7 +16,6 @@ export default
roles: '=',
model: '='
},
// @issue why is the read-only role ommited from this selection?
template: '<select ng-cloak class="AddPermissions-selectHide roleSelect2 form-control" ng-model="model" ng-options="role.name for role in roles track by role.id" multiple required></select>',
link: function(scope, element, attrs, ctrl) {
CreateSelect2({