chore: rename switch to ng-switch

This commit is contained in:
Misko Hevery
2015-05-11 16:07:23 -07:00
parent 78d3f62b6a
commit e9f236b70f
5 changed files with 56 additions and 56 deletions

View File

@ -1,5 +1,5 @@
<div md-theme="default">
<h2>Switch demo</h2>
<h2>NgSwitch demo</h2>
<md-switch (^click)="increment()">Normal switch</md-switch>
<md-switch class="md-primary" (^click)="increment()">Primary switch</md-switch>