I have this div:
<div ng-repeat="x in jobs">
<h3>{{x.title}}</h3>
<span class="applications"></span>
</div>
I want to load content with ajax for each individual item, each item will have it's own loader and wait for content to be loaded from the specified source.
How would it be best to achieve that effect with Angular?
Aucun commentaire:
Enregistrer un commentaire