We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326b64e commit 571d085Copy full SHA for 571d085
1 file changed
sample/src/app/components/dialogs.ts
@@ -5,8 +5,8 @@ import {Component,EventEmitter} from "@angular/core"
5
selector: "dialogs",
6
template: `
7
<!-- Modal Trigger -->
8
- <a class="waves-effect waves-light btn modal-trigger" (click)="openModal1()">Modal 1</a>
9
- <a class="waves-effect waves-light btn modal-trigger" (click)="openModal2()">Modal 2</a>
+ <a class="waves-effect waves-light btn" (click)="openModal1()">Modal 1</a>
+ <a class="waves-effect waves-light btn" (click)="openModal2()">Modal 2</a>
10
<button class="btn modal-trigger" data-target="modal2">Modal 2 (2)</button>
11
12
<!-- Modal Structure -->
0 commit comments