From 95dba71565cdb740688f925786f6ad5f23cc2250 Mon Sep 17 00:00:00 2001 From: Blackbaud-SandhyaRajasabeson Date: Wed, 21 Jun 2017 15:53:18 -0400 Subject: [PATCH] Drop down primary (#819) * added primary in html class * testing for primary dropdown option * lint errors fixed * documentation fixes from john * documentation changes * changed isPrimary boolean property to buttonStyle string property * fixed test errors --- .../components/dropdown/dropdown-demo.component.html | 6 +++--- src/app/components/dropdown/index.html | 6 +++--- src/modules/dropdown/dropdown.component.html | 2 +- src/modules/dropdown/dropdown.component.spec.ts | 6 +++--- src/modules/dropdown/dropdown.component.ts | 10 +++++----- .../fixtures/dropdown-parent.component.fixture.ts | 2 +- .../dropdown/fixtures/dropdown.component.fixture.html | 2 +- .../dropdown/fixtures/dropdown.component.fixture.ts | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/components/dropdown/dropdown-demo.component.html b/src/app/components/dropdown/dropdown-demo.component.html index 780da69f0..787230112 100644 --- a/src/app/components/dropdown/dropdown-demo.component.html +++ b/src/app/components/dropdown/dropdown-demo.component.html @@ -44,7 +44,7 @@
  • Select primary style:
    - + Show dropdown @@ -60,7 +60,7 @@
  • Context menu with primary style:
    - +