Skip to content

Commit

Permalink
Sort mdl values list into (near-)alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
genadis committed Feb 15, 2016
1 parent 78af528 commit e9e9316
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,26 @@ You will write in your views:
`mdl` values are :

```
[ 'button',
'textfield',
[ 'badge',
'button',
'checkbox',
'data-table',
'dialog',
'grid',
'icon-toggle',
'layout',
'menu',
'data-table',
'tabs',
'slider',
'tooltip',
'mega-footer',
'mini-footer',
'progress',
'radio',
'slider',
'snackbar',
'spinner',
'badge',
'switch',
'radio',
'icon-toggle',
'checkbox',
'dialog',
'mega-footer',
'mini-footer',
'grid',
'snackbar' ]
'tabs',
'textfield',
'tooltip' ]
```
### Events

Expand Down

0 comments on commit e9e9316

Please sign in to comment.