1
我想只在ng-repeat
之外顯示{{Brand.BrandDetails.Text}}
一次..我該怎麼做(重複也是如此)。在ng-repeat之外顯示數值
<li ng-repeat="Brand in Brands">
<a href="#">
<img src="~/Images/{{Brand.BrandDetails.Image}}" class="topBrandsBrandContentImage">
<p class="darkGray fontsize13 fontWeightLight">{{Brand.BrandDetails.Presentage}}% {{Brand.BrandDetails.Text}}</p>
</a>
</li>
每個'li'元件外面?你想達到什麼目的?發佈預期的HTML結果 – letiagoalves
您想要顯示的位置? – Satpal