We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b637d commit 5ed92a5Copy full SHA for 5ed92a5
test.html
@@ -143,7 +143,7 @@
143
ng-change="ctrl.stop()"></md-slider>
144
</div>
145
<div class="container">
146
- <button ng-click="(ctrl.paused && ctrl.play()) || ctrl.stop()">{{ctrl.paused ? 'Play' : 'Stop'}}</button>
+ <md-button ng-click="(ctrl.paused && ctrl.play()) || ctrl.stop()">{{ctrl.paused ? 'Play' : 'Stop'}}</md-button>
147
Trail:
148
<input type="number" style="width: 20pt" ng-model="ctrl.trail"/>
149
0 commit comments