已经将所有可能的参数和数据放入URL中不会返回xml。 XML本地托管的工作,但没有URL。
HTML:
<section ng-controller="AppController" class="container-podcastapp">
<ul>
<li ng-repeat="guitar in dataSet">
<div class="resultwrapper">
<h2>{{guitar.make}} {{guitar.model}}</h2>
</div>
</li>
</ul>
</section>
javascript和小提琴
答案 0 :(得分:1)
首先你的jsfiddle例子不起作用。 我为你修好了:http://jsfiddle.net/WhU2d/2/
现在你将在控制台中看到问题:
XMLHttpRequest cannot load http://cristianoveloz.com/podcast5/scripts/guitars.xml.
Origin http://fiddle.jshell.net is not allowed by Access-Control-Allow-Origin.
对于此问题,您会找到许多其他条目,例如this one。