我的angularJS中有$scope.policyNumber
,其中包含从json获取的value
的{{1}},需要在此段中显示:
key
我的界面显示
对齐! SourceID / s已经存在于OVERRIDE表中。
不返回policyNumber。
有没有办法实现这一目标?
JS功能:
<div id="alert_failure" class="alert alert-danger alert-dismissible"
role="alert" style="display: none;">
<button type="button" class="close" data-dismiss="alert"
aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<strong>Snap!</strong> SourceID/s {{policyNumber}} is/are already present in OVERRIDE table.
</div>