mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
alpha34
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {Directive, View, Ancestor, Optional, ElementRef, Attribute, forwardRef} from 'angular2/angular2';
|
||||
import {Directive, View, Host, Optional, ElementRef, Attribute, forwardRef} from 'angular2/angular2';
|
||||
|
||||
import {IonicDirective} from '../../config/annotations';
|
||||
import {IonicConfig} from '../../config/config';
|
||||
@ -51,8 +51,8 @@ export class Input extends IonInputItem {
|
||||
})
|
||||
export class TextInput extends IonInput {
|
||||
constructor(
|
||||
@Optional() @Ancestor() container: Input,
|
||||
@Optional() @Ancestor() scrollView: Content,
|
||||
@Optional() @Host() container: Input,
|
||||
@Optional() @Host() scrollView: Content,
|
||||
@Attribute('type') type: string,
|
||||
elementRef: ElementRef,
|
||||
app: IonicApp,
|
||||
|
Reference in New Issue
Block a user