Skip to content

Commit fc5f6e9

Browse files
committed
try fix test
1 parent ae03bfe commit fc5f6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/chips/chip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class MdChip extends _MdChipMixinBase implements FocusableOption, OnDestr
108108
get value(): any {
109109
return this._value != undefined
110110
? this._value
111-
: this._elementRef.nativeElement.textContent.trim();
111+
: this._elementRef.nativeElement.textContent;
112112
}
113113
set value(newValue: any) { this._value = newValue; }
114114

0 commit comments

Comments
 (0)