我需要在控制器内处理一些参数并生成指向模板的链接。我无法弄清楚我是如何尝试传递分配{{url}}
<button class="button" onclick="window.open('{{url}}', '_system', 'location=yes'); return false;">open</button>
http://www.someurl.com/someservice.php?param=param&anotherparam=another
怎么做?
答案 0 :(得分:1)
您无法在js onclick
内调用角度代码。您必须改为使用ng-click
。
<button class="button" ng-click="window.open('{{url}}', '_system', 'location=yes'); return false;">open</button>
答案 1 :(得分:1)
您应该使用If Int32.TryParse(txtOrdLine.Text.Trim, txtOrdLine.Text) = False Then
而不插入ng-click
。
<强>标记强>
{{}}