docs(label): update copy for clarity

Change `about` to `above`, which appears to be the intended meaning.
This commit is contained in:
Mark McEahern
2016-07-24 21:13:37 -05:00
committed by Adam Bradley
parent 9fa31a1ec8
commit d62faf9d81

View File

@ -8,7 +8,7 @@ import { Attribute, Directive, ElementRef, Renderer, Input } from '@angular/core
* to describe an `ion-input`, `ion-toggle`, `ion-checkbox`, and more. * to describe an `ion-input`, `ion-toggle`, `ion-checkbox`, and more.
* *
* @property [fixed] - A persistent label that sits next the input. * @property [fixed] - A persistent label that sits next the input.
* @property [floating] - A label that will float about the input if the input is empty or loses focus. * @property [floating] - A label that will float above the input if the input is empty or loses focus.
* @property [stacked] - A stacked label will always appear on top of the input. * @property [stacked] - A stacked label will always appear on top of the input.
* *