标签: javascript html angularjs
我的表格中有网站字段,当我单击应该链接到该网站的网站链接时,我使用ng-bind绑定数据。如何实现。
答案 0 :(得分:0)
使用<a ng-href="YOURURL"></a>
<a ng-href="YOURURL"></a>
答案 1 :(得分:0)
在这里,$ scope.GetCustomerDetail.Website具有网站(www.google.com),当我单击链接时,它应该进入Google页面。但这不会发生。因为我们需要在网站名称之前添加http://。当我将http://www.google.com格式的网站存储在database中时。它将导航到该页面。