下面是代码: <p ng-repeat="cc in plugList"> <p ng-include="'{{cc.url}}'"></p> </p>
The following is the error message: GET http://localhost/wecaff/wei02... 404 (Not Found)
Question: Why can’t I get the path?
ringa_lee
Try it
<p ng-include="cc.url"></p>
Try it