remove ion- component prefixes for now

Closes #239.
This commit is contained in:
Tim Lancina
2015-10-05 16:15:32 -05:00
parent a4327c6bab
commit 5c17f82e7f
11 changed files with 9 additions and 29 deletions

View File

@@ -45,8 +45,6 @@ class MediaSwitch {
/**
* @name ionSwitch
* @description
* A switch technically is the same thing as an HTML checkbox input, except it looks different and is easier to use on a touch device. Ionic prefers to wrap the checkbox input with the <label> in order to make the entire toggle easy to tap or drag.
*
* Toggles can also have colors assigned to them, by adding the `toggle-assertive` attribute to assign the assertive color.