mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
button refactor
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
import {Component} from 'angular2/src/core/annotations_impl/annotations';
|
||||
import {View} from 'angular2/src/core/annotations_impl/view';
|
||||
|
||||
import {Button, Content} from 'ionic/ionic';
|
||||
import {Content} from 'ionic/ionic';
|
||||
import {ActionMenu} from 'ionic/components/action-menu/action-menu';
|
||||
|
||||
|
||||
@Component({ selector: 'ion-view' })
|
||||
@View({
|
||||
templateUrl: 'main.html',
|
||||
directives: [Button, Content]
|
||||
directives: [Content]
|
||||
})
|
||||
export default class IonicApp {
|
||||
|
||||
|
Reference in New Issue
Block a user