AngularJS+BootStrap实现弹出对话框 参考资料: http://angular-ui.github.io/bootstrap/#/modal https://www.zybuluo.com/bornkiller/note/6023 http://www.html5jq.com/fe/angular_node/20141127/13.html 若想要实现对话框弹出效果,可以使用angular的$modal服务.Github上的解释如下: $modal is a service to…
var pageSize = 20;//初始化每页数据条数 var winTitle = '';//初始化窗口标题 /** *点击统计图时,弹出一个窗口,显示统计的详情列表信息, *该方法为项目中所有的统计图共享,参数type是一个字符串,用于区分是哪个统计图调用的 */ function showDetails(type){ setWindowTitle(type);//设置窗口标题 var panel; if (type.split("_")[0] == "stdMngS…