Tuesday, 6 August 2013

XML data does not return URL

XML data does not return URL

Already put all the possible parameters and data in a URL does not return
xml. the XML locally hosted works, but not with URL.
HTML:
<section ng-controller="AppController" class="container-podcastapp">
<ul>
<li ng-repeat="guitar in dataSet">
<div class="resultwrapper">
<h2></h2>
</div>
</li>
</ul>
</section>
javascript and fiddle

No comments:

Post a Comment