Skip to content

Commit

Permalink
fix(steps): fix demo to start in vertical mode
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Aug 31, 2017
1 parent 5ed8a3e commit 3078ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/components/steps/steps.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class StepsDemoComponent implements OnInit, OnDestroy {

querySubscription: Subscription;
mode: number = 0;
horizontal: boolean = true;
horizontal: boolean = false;
isScreenGtSm: boolean = false;
activeDeactiveStep1Msg: string = 'No select/deselect detected yet';
stateStep2: StepState = StepState.Required;
Expand Down

0 comments on commit 3078ece

Please sign in to comment.