fix(input): copy custom attrs from ion-input to native input

This commit is contained in:
Adam Bradley
2016-02-01 21:57:26 -06:00
parent 015361d5c0
commit 4cfe210a5a
4 changed files with 31 additions and 3 deletions

View File

@ -127,7 +127,7 @@ export class NativeInput {
/**
* @private
*/
private element(): HTMLInputElement {
element(): HTMLInputElement {
return this._elementRef.nativeElement;
}