使用标签输入,并认为它工作正常。但是,当我重新加载页面时,它不再存在。我想知道情况会怎样,因为页面,文本框,复选框等上的所有其他内容都可以正常工作,并且在重新加载后仍然保留。
<div class="form-group">
<label for="ipRestrictions" class="col-lg-4 col-sm-4 col-xs-4 control-label
control-label no-padding-right">IP Restrictions</label>
<div class="col-lg-6 col-sm-6 col-xs-6">
<tags-input use-strings="true" id="ipRestrictions"
ng-model="targetEntity.ipRestrictions"
placeholder="Add new host or IP">
</tags-input>
</div>
</div>