在cordova app中使用ng-bind-html尝试打开外部链接。
然后我按照以下步骤进行操作 https://gist.github.com/rewonc/e53ad3a9d6ca704d402e
执行带有过滤器的代码,并将其中的链接更改为window.open代码的href。
但是当我点击链接时没有任何反应。
我还缺少什么?
答案 0 :(得分:0)
以下是使用ng-bind-html
的html<div class="card" ng-if="extendedDescription">
<div class="item item-divider">
Ext Description
</div>
<label class="item item-text-wrap">
<span ng-bind-html="extendedDescription">
</span>
</label>
</div>
span元素包含在label元素中,因为没有任何事件被触发更改
the <label to only contain <span