我有一个非常简化的html,如:
<call-panel>
<form name="hotListForm" >
<twilio>
<input type="text" name="phoneOtherText" id="phoneOtherText" class="form-control" required="required" ng-model="phoneNumber" ng-pattern="validation" ng-trim="false"/>
<span class="error" ng-show="hotListForm.phoneOtherText.$error.pattern">Not a valid phone number</span>
</twilio>
</form>
</call-panel>
但这不起作用。在嵌套指令中是否有一种特殊的方法可以做到这一点。我已经验证了模式可用。
它的屏幕截图肯定是形式和形式结构:
答案 0 :(得分:0)
它可能无法正常工作,因为您将ID设置为“phoneOtherText”,尝试更改ID并尝试