时间:2021-05-28
先给大家展示下效果图,感兴趣的朋友参考下实现代码吧
效果图如下所示:
具体代码如下所示:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="https://cdn.bootcss.com/angular.js/1.4.6/angular.min.js"></script> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="external nofollow" > <script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script > angular.module("myApp",[]).controller("myControl",["$scope",function($scope){ $scope.fun = function(){ $('#basic').modal('show'); } $('#basic').on('hidden.bs.modal', function () { //模态框取消时触发的事件 // 执行一些动作... alert("sadsfsdfds"); }) }]); </script> </head> <body ng-app="myApp" ng-controller="myControl"> <div class="modal fade" id="basic" tabindex="-1" role="basic" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" id="title"> 模态框的标题 </h4> </div> <div class="modal-body"> 文本内容 </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button> <button type="button" class="btn btn-primary">提交更改</button> </div> </div> </div> </div> <!-- 两种方式去调用模态框 --> <button type="button" ng-click="fun()">模态框</button> <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#basic"> 开始演示模态框 </button> <!-- data-target="#myModal" 是您想要在页面上加载的模态框的目标。您可以在页面上创建多个模态框,然后为每个模态框创建不同的触发器。 您可以在页面上创建多个在不同时间进行加载。 --> </body> </html>总结
以上所述是小编给大家介绍的Bootstrap与Angularjs的模态框实例代码,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
在AngularJS中使用模态框需要引用的文件:angular.js1.5.5ui.bootstrap-tpls.js0.11.2bootstrap.css3.
本文实例为大家分享了bootstrap模态框的具体代码,供大家参考,具体内容如下XXXaaaaa×登录hahaheheheihei注册登录点击弹出完整模态框点击
下表列出了模态框中要用到事件。这些事件可在函数中当钩子使用。实例下面的实例演示了事件的用法:Bootstrap实例-模态框(Modal)插件事件模态框(Moda
本文实例讲述了Bootstrap模态对话框用法。分享给大家供大家参考,具体如下:环境:bootstrap-3.3.5,jquery-3.0.0代码:/boots
本文实例为大家分享了bootstrap模态框实现拖拽效果,供大家参考,具体内容如下项目中用的有点乱,jquery和angularjs一起搞,有些插件用的jque