Skip to content

Commit 5ed92a5

Browse files
committed
use md-button for mobile
1 parent 64b637d commit 5ed92a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
ng-change="ctrl.stop()"></md-slider>
144144
</div>
145145
<div class="container">
146-
<button ng-click="(ctrl.paused && ctrl.play()) || ctrl.stop()">{{ctrl.paused ? 'Play' : 'Stop'}}</button>
146+
<md-button ng-click="(ctrl.paused && ctrl.play()) || ctrl.stop()">{{ctrl.paused ? 'Play' : 'Stop'}}</md-button>
147147
Trail:
148148
<input type="number" style="width: 20pt" ng-model="ctrl.trail"/>
149149
</div>

0 commit comments

Comments
 (0)