Skip to content

Commit 8117d07

Browse files
committed
try fix test
1 parent 96ca320 commit 8117d07

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
@@ -100,7 +100,7 @@ export class MdChip extends _MdChipMixinBase implements FocusableOption, OnDestr
100100
get value(): any {
101101
return this._value != undefined
102102
? this._value
103-
: this._elementRef.nativeElement.textContent.trim();
103+
: this._elementRef.nativeElement.textContent;
104104
}
105105
set value(newValue: any) { this._value = newValue; }
106106

0 commit comments

Comments
 (0)