This commit is contained in:
Adam Bradley
2015-08-01 23:17:38 -05:00
51 changed files with 35981 additions and 31159 deletions

View File

@ -1,4 +1,4 @@
import {Parent, Ancestor, Optional, ElementRef, Attribute, Directive} from 'angular2/angular2';
import {Ancestor, Optional, ElementRef, Attribute, Directive} from 'angular2/angular2';
import {IonInput} from './input';
import {IonicApp} from '../app/app';
@ -24,8 +24,8 @@ import {RadioButton} from '../radio/radio';
})
export class TapInput extends IonInput {
constructor(
@Optional() @Parent() checkboxContainer: Checkbox,
@Optional() @Parent() radioContainer: RadioButton,
@Optional() @Ancestor() checkboxContainer: Checkbox,
@Optional() @Ancestor() radioContainer: RadioButton,
@Optional() @Ancestor() scrollView: Content,
@Attribute('type') type: string,
elementRef: ElementRef,