包含嵌套指令未验证的Angular表单

时间:2014-05-13 17:59:53

标签: angularjs angularjs-directive

我有一个非常简化的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>

但这不起作用。在嵌套指令中是否有一种特殊的方法可以做到这一点。我已经验证了模式可用。

它的屏幕截图肯定是形式和形式结构: enter image description here

1 个答案:

答案 0 :(得分:0)

它可能无法正常工作,因为您将ID设置为“phoneOtherText”,尝试更改ID并尝试