mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
button fixes
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button class="button button-primary" (click)="play($event)">Play</button>
|
||||
<button class="button button-primary" (click)="pause($event)">Pause</button>
|
||||
<button primary (click)="play($event)">Play</button>
|
||||
<button primary (click)="pause($event)">Pause</button>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user