Removing htmltags in list values
This commit is contained in:
@@ -100,7 +100,7 @@ export class ListComponent implements OnInit {
|
|||||||
parent = parent[key];
|
parent = parent[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return parent;
|
return parent.replace(/<[^>]*>/g, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
private _search() {
|
private _search() {
|
||||||
|
|||||||
Reference in New Issue
Block a user