Merge pull request #2406 from alecmerdler/trigger-fix

Fix styling for deselected organizations in build trigger setup
This commit is contained in:
Alec Merdler 2017-03-07 11:31:56 -08:00 committed by GitHub
commit 04c9b6568c

View file

@ -39,7 +39,7 @@
<tr class="co-checkable-row"
ng-repeat="namespace in $ctrl.local.orderedNamespaces.visibleEntries | slice:($ctrl.namespacesPerPage * $ctrl.local.namespaceOptions.page):($ctrl.namespacesPerPage * ($ctrl.local.namespaceOptions.page + 1))"
ng-class="$ctrl.local.selectedNamespace == $ctrl.namespace ? 'checked' : ''"
ng-class="$ctrl.local.selectedNamespace == namespace ? 'checked' : ''"
bindonce>
<td>
<input type="radio"