Button item

This commit is contained in:
Max Lynch
2015-05-06 15:42:47 -05:00
parent f783be2e13
commit de33df4767
5 changed files with 23 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ export class Button {
}
new IonicComponent(Button, {
enhanceRawElement: true,
propClasses: ['primary', 'secondary', 'danger', 'light', 'stable', 'dark', 'block']
propClasses: ['primary', 'secondary', 'danger', 'light', 'stable', 'dark', 'block', 'clear', 'full', 'icon']
})