fix(input): update input css/tests

This commit is contained in:
Adam Bradley
2016-01-25 22:46:18 -06:00
parent b3a7298a52
commit 42f6b1056f
39 changed files with 214 additions and 512 deletions

View File

@ -2,17 +2,9 @@ import {Injectable} from 'angular2/core';
/**
* The Input component is used to focus text input elements.
*
* @usage
* ```html
* <ion-input>
* <ion-label>Name</ion-label>
* <input value="Name" type="text">
* </ion-input>
* ```
* @private
*/
@Injectable()
@Injectable()
export class Form {
private _blur: HTMLElement;
private _focused = null;