在HTML中显示angularJS范围元素

时间:2018-05-10 07:03:05

标签: angularjs

我的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">&times;</span>
                    </button>
                    <strong>Snap!</strong> SourceID/s {{policyNumber}} is/are already present in OVERRIDE table.
                </div>

0 个答案:

没有答案