upgrade angular

This commit is contained in:
Andrew
2015-04-25 11:27:36 -05:00
parent 9039297110
commit db75218201
116 changed files with 777 additions and 3970 deletions

View File

@@ -1,8 +1,8 @@
import {NgElement, Decorator} from 'angular2/angular2'
import {IonicComponent} from 'ionic2/config/component'
import {IonicComponent} from 'ionic/config/component'
@Decorator({
selector: 'ion-button, [ion-button],.button',
selector: '.button',
})
export class Button {
constructor(
@@ -12,6 +12,4 @@ export class Button {
this.config = Button.config.invoke(this)
}
}
new IonicComponent(Button, {
propClasses: ['primary', 'secondary', 'danger', 'light', 'stable', 'dark', 'block']
})
new IonicComponent(Button, {})