我输入了:
html
<input ng-model="inputValue">
和范围:
$scope.inputValue = " I want to replace THIS* to some href(make a hyperlink e.g. 'https://www.google.com')"
当我向它渲染输入和ng模型时...我想以某种方式将当前文本显示为输入容器内的链接。 所以我需要在输入字段中将“THIS”这个词作为超链接。
这可能吗? 在此先感谢:)