From 68303ee644d5a1a5e28119661d2a53748296ef85 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 10 Aug 2015 15:29:20 -0400 Subject: [PATCH] Add attributes to select all and list items --- .../src/shared/multi-select-list/select-all.partial.html | 3 ++- .../src/shared/multi-select-list/select-list-item.directive.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/shared/multi-select-list/select-all.partial.html b/awx/ui/client/src/shared/multi-select-list/select-all.partial.html index 8cf597c10c..e16d664345 100644 --- a/awx/ui/client/src/shared/multi-select-list/select-all.partial.html +++ b/awx/ui/client/src/shared/multi-select-list/select-all.partial.html @@ -3,7 +3,8 @@ type="checkbox" ng-disabled="itemsLength === 0" ng-model="isSelected" - ng-change="doSelectAll()"> + ng-change="doSelectAll()" + data-multi-select-select-all> {{label}}