angularJS模态框$modal实例代码 1.引入$modal模块如:angular.module('ModalCtrl',['$modal','$scope',function($modal,$scope){}]);2.执行调模态框 $modal