Skip to content

Commit 7e5cda3

Browse files
committed
fix tabs and spaces
1 parent 0a1906b commit 7e5cda3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dropdown/dropdown.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,10 @@ export class Dropdown implements OnInit, AfterContentInit, OnDestroy {
116116
*/
117117
@Input() scrollableContainer: string;
118118
/**
119-
120119
* Specifies the property to be used as the return value to `ngModel`
121120
*/
122121
@Input() value: string;
123-
/**
122+
/**
124123
* Accessible label for the button that opens the dropdown list.
125124
* Defaults to the `DROPDOWN.OPEN` value from the i18n service.
126125
*/

0 commit comments

Comments
 (0)