我有类似下面的内容。我是一个有约束力的国家。
我选择了国家/地区值"books": [12, 13]
。但是在交换机默认下面是调用。
India
-
<select class="form-control" data-ng-model="selectedCountry" data-ng-options="country as country.name for country in countries">
<option value="">Select Country</option>
</select>
我也试过了<div class="animate-switch-container" data-ng-switch on="{{selectedCountry.name}}">
<div class="animate-switch" data-ng-switch-when="USA">
USA
</div>
<div class="animate-switch" data-ng-switch-when="India">
India
</div>
<div class="animate-switch" data-ng-switch-default>
Other Country
</div>
有任何解决方案吗?