$感动不在Angularjs工作

时间:2017-12-19 01:47:08

标签: angularjs

我有以下代码行。当我使用$touched时,当我从textarea中删除焦点时,我仍然没有收到警告。谁能指出我在这里做错了什么?
我正在使用angularjs v1.5

<textarea ng-model="ctrl.PendingRequest.BusinessJustification"
          name="BusinessJustification"
          class="form-control"
          placeholder="Minimum of 10 characters"
          ng-minLength="10"></textarea>

<div class="warning"
     ng-if="!ctrl.check('BusinessJustification') && BusinessJustification.$touched">
     Business justification is required
</div>

0 个答案:

没有答案