Angular JS ng-click 内容未在实时网站上显示
Angular JS ng-click content not showing on live site
我有使用此代码显示的产品:
<a ng-click="setSelection(product);" class="btn btn-sm">Full details</a>
http://plnkr.co/edit/zhsY6TAjONewyInGiwUC?p=preview
在各种浏览器上本地一切正常,但现在我已经将内容上传到网站,单击 'full details' 时没有任何显示。
http://gammafightwear.co.uk/gamma-website/products-long-sleeved.html
任何人都可以解释为什么会这样吗?
非常感谢
单击该按钮时出现 404。
GET http://gammafightwear.co.uk/gamma-website/includes/products/ESSCOT.html 404 (Not Found)
我有使用此代码显示的产品:
<a ng-click="setSelection(product);" class="btn btn-sm">Full details</a>
http://plnkr.co/edit/zhsY6TAjONewyInGiwUC?p=preview
在各种浏览器上本地一切正常,但现在我已经将内容上传到网站,单击 'full details' 时没有任何显示。
http://gammafightwear.co.uk/gamma-website/products-long-sleeved.html
任何人都可以解释为什么会这样吗?
非常感谢
单击该按钮时出现 404。
GET http://gammafightwear.co.uk/gamma-website/includes/products/ESSCOT.html 404 (Not Found)