mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Platform add body classes
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import {Component, View, bootstrap} from 'angular2/angular2'
|
||||
import {FormBuilder, Validators, FormDirectives, ControlGroup} from 'angular2/forms';
|
||||
import {Button, Form, Input, Content} from 'ionic/ionic';
|
||||
import {Button, Form, Item, Input, Content} from 'ionic/ionic';
|
||||
|
||||
@Component({ selector: '[ion-app]' })
|
||||
@View({
|
||||
templateUrl: 'main.html',
|
||||
directives: [FormDirectives, Button, Input, Content]
|
||||
directives: [FormDirectives, Item, Button, Input, Content]
|
||||
})
|
||||
class IonicApp {
|
||||
constructor() {
|
||||
|
Reference in New Issue
Block a user