我的目标
在表单提交回调函数中设置 $ 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