This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrating to boosted beta.3 and ng-bootstrap beta.9
- Loading branch information
Yves Gatesoupe
authored and
Yves Gatesoupe
committed
Jan 15, 2018
1 parent
b062b96
commit f51a07f
Showing
19 changed files
with
57 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<div [(ngModel)]="model" ngbRadioGroup name="radioBasic" class="o-switch btn-group"> | ||
<label ngbButtonLabel class="btn btn-secondary"> | ||
<div class="btn-group btn-group-toggle o-switch" ngbRadioGroup name="radioBasic" [(ngModel)]="model"> | ||
<label ngbButtonLabel class="btn-secondary"> | ||
<input ngbButton type="radio" [value]="1"> 1 | ||
</label> | ||
<label ngbButtonLabel class="btn btn-secondary"> | ||
<label ngbButtonLabel class="btn-secondary"> | ||
<input ngbButton type="radio" [value]="2"> 2 | ||
</label> | ||
<label ngbButtonLabel class="btn btn-secondary"> | ||
<label ngbButtonLabel class="btn-secondary"> | ||
<input ngbButton type="radio" [value]="3"> 3 | ||
</label> | ||
</div> | ||
|
||
<h4>Without Outline</h4> | ||
<div [(ngModel)]="model2" ngbRadioGroup name="radioBasic2" class="o-switch btn-group no-outline"> | ||
<label ngbButtonLabel class="btn btn-secondary"> | ||
<div class="btn-group btn-group-toggle o-switch no-outline" ngbRadioGroup name="radioBasic2" [(ngModel)]="model2"> | ||
<label ngbButtonLabel class="btn-secondary"> | ||
<input ngbButton type="radio" [value]="1"> 1 | ||
</label> | ||
<label ngbButtonLabel class="btn btn-secondary"> | ||
<label ngbButtonLabel class="btn-secondary"> | ||
<input ngbButton type="radio" [value]="2"> 2 | ||
</label> | ||
<label ngbButtonLabel class="btn btn-secondary"> | ||
<label ngbButtonLabel class="btn-secondary"> | ||
<input ngbButton type="radio" [value]="3"> 3 | ||
</label> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters