11111111111111111111111111111111
ng-include 包含一个页面的显示问题
A.html
A.html对应的js
//既往史按钮点击弹出弹框,
$scope.openHistory=function({
angular.element('#preHistoryDiv').scope().openHis();
};
PreExamHistoryController对应的js
$scope.openHis=function(){
$scope.previousHistoryModalFlag=true;
};
Pre-exam-history-temolate.html
Pre-exam-history-temolate.html没有对应的controller所有的业务处理都在PreExamHistoryController中完成