0
你如何做到這一點,那麼當你有這個價值時,它只是一個無線電顯示文本。也就是說,總會只有一個被顯示。而且不能向其他人展示。只需要顯示在某個地區的標誌
的,我加紅框到只顯示所用的文本。而其他地方則沒有披露。
<span ng-show="PakkeValue.UserCount >= 1">Du får ekstra profil - {{PakkeValue.UserCount}} stk.</span>
EIDT更新:
<div class="form-group">
@foreach (var item in Model.listpric)
{
<div class="col-md-4">
<input name="Pakke1"
type="radio"
ng-model="PakkeValue"
ng-value="{
IdPakke: '@item.id',
Months: '@item.mdr',
Price: '@item.pristal',
UserCount: '@item.UserCount'}" />
@item.mdr måned(er) (@item.pristal,- kr./md) <span ng-show="PakkeValue.UserCount >= 1">Du får ekstra profil - {{PakkeValue.UserCount}} stk.</span>
</div>
}
</div>
您需要發佈您的單選按鈕的代碼爲好,你的問題是不是由它自己@Jasper – Yaser
清楚我有更新@Yaser – Jasper
@Jasper是這個谷歌翻譯?我不瞭解你。 – lin