$ setPristine()不仅适用于包含ng的文档 - angular

时间:2016-05-06 07:46:36

标签: javascript angularjs forms

plunker

我的目标

在表单提交回调函数中设置 $ setPristine()

在此工作 localhost:3000 /#/ contact

        'content@root':{
            templateUrl: "views/contact.html",
            controller : "contactCtrl",
            controllerAs: "contact"
        }

不在此工作:从 ng-included

打开它作为弹出窗口
<div ng-if="contactShow" ng-include=" 'views/contact.html' " ng-controller="contactCtrl" class="contact-popup angular-animate"
控制台中出现

错误:“错误:a.test未定义”(test是来自名称) plunker

0 个答案:

没有答案