Skip to content

Commit

Permalink
Single line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Feb 1, 2017
1 parent 9a1314e commit 066c3d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/input/input-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,7 @@ export class MdInputContainer implements AfterContentInit {
// Unique id for the hint label.
_hintLabelId: string = `md-input-hint-${nextUniqueId++}`;

/**
* Whether the placeholder should always float, never float or float as the user types.
*/
/** Whether the placeholder should always float, never float or float as the user types. */
@Input()
get floatingPlaceholder() { return this._floatingPlaceholder; }
set floatingPlaceholder(value: MD_INPUT_PLACEHOLDER_TYPES) {
Expand Down

0 comments on commit 066c3d6

Please sign in to comment.