diff --git a/source/components/cardContainer/card/card.ng1.html b/source/components/cardContainer/card/card.ng1.html index a07de0df..9eab94d1 100644 --- a/source/components/cardContainer/card/card.ng1.html +++ b/source/components/cardContainer/card/card.ng1.html @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/source/components/cardContainer/card/card.ng1.ts b/source/components/cardContainer/card/card.ng1.ts index 5b691135..92c55bd9 100644 --- a/source/components/cardContainer/card/card.ng1.ts +++ b/source/components/cardContainer/card/card.ng1.ts @@ -85,7 +85,9 @@ export class CardController { if (this.cardAs) { $scope[this.cardAs] = this.item; } - + if (!this.selectable) { + this.selectable = false; + } $scope.collapse = this.autosave; $scope.setSelected = this.setSelected.bind(this); this.refresh = new Rx.Subject(); diff --git a/source/components/cardContainer/cardContainer.ng1.html b/source/components/cardContainer/cardContainer.ng1.html index 28f3af98..858f3b6a 100644 --- a/source/components/cardContainer/cardContainer.ng1.html +++ b/source/components/cardContainer/cardContainer.ng1.html @@ -11,16 +11,16 @@ - - - - + +
Please refine your search results diff --git a/source/components/cardContainer/cardContainer.ng1.ts b/source/components/cardContainer/cardContainer.ng1.ts index 894cce1b..9827b814 100644 --- a/source/components/cardContainer/cardContainer.ng1.ts +++ b/source/components/cardContainer/cardContainer.ng1.ts @@ -129,6 +129,9 @@ export class CardContainerController { if (this.builder != null) { this.builder.setCardContainerProperties(this); } + if (!this.selectableCards) { + this.selectableCards = false; + } this.makeCard = $transclude; this.permanentFooters = _.isUndefined(this.permanentFooters) ? false : this.permanentFooters; diff --git a/source/components/inputs/spinner/spinner.ng1.html b/source/components/inputs/spinner/spinner.ng1.html index 72b54b78..73f03082 100644 --- a/source/components/inputs/spinner/spinner.ng1.html +++ b/source/components/inputs/spinner/spinner.ng1.html @@ -1,17 +1,17 @@ - - - - \ No newline at end of file +
+
\ No newline at end of file diff --git a/source/components/inputs/typeaheadList/typeaheadList.ng1.html b/source/components/inputs/typeaheadList/typeaheadList.ng1.html index 30d07eff..88761db3 100644 --- a/source/components/inputs/typeaheadList/typeaheadList.ng1.html +++ b/source/components/inputs/typeaheadList/typeaheadList.ng1.html @@ -1,14 +1,14 @@ - - - - +
+