diff --git a/ionic/components/text-input/label.ts b/ionic/components/text-input/label.ts index b55fea67ce..9c7a435e80 100644 --- a/ionic/components/text-input/label.ts +++ b/ionic/components/text-input/label.ts @@ -3,7 +3,19 @@ import {Directive, Optional} from 'angular2/angular2'; import {Config} from '../../config/config'; import {TextInput} from './text-input'; import {pointerCoord, hasPointerMoved} from '../../util/dom'; - +/** + * @name Label + * @description + * Labels describe the data that the user should enter in to an input element. + * @usage + * ```html + * + * Username + * + * + * ``` + * + */ @Directive({ selector: 'ion-label',