AS-Modal-Dialogs:AngularJS的模态对话框指令

时间:2021-05-23 13:38:59
【文件属性】:
文件名称:AS-Modal-Dialogs:AngularJS的模态对话框指令
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-23 13:38:59
JavaScript AS模态对话框 AngularJS的模态对话框指令 安装 将as-modal-dialogs Bower组件安装到您的项目目录中 bower install as-modal-dialogs 将asModalDialogs模块注入到AngularJS应用程序中。 angular.module('YourApp', ['asModalDialogs', /*Other dependencies*/]); 导入.js和(可选).css文件。 现在您可以使用模态对话框指令了! <!DOCTYPE html> <html ng-app="YourApp"> <head> [removed][removed] <script src="bower_components/as-modal-dia
【文件预览】:
AS-Modal-Dialogs-master
----package.json(412B)
----as-modal-dialogs.min.css(2KB)
----styl()
--------modal-shadow.styl(299B)
--------modal-dialog.styl(453B)
--------main.styl(106B)
--------modal-buttons.styl(1KB)
--------colors.styl(95B)
----js()
--------modalTriggerDirective.js(2KB)
--------modalContainerDirective.js(984B)
--------app.js(744B)
--------modalDialogDirective.js(4KB)
----Gruntfile.js(2KB)
----as-modal-dialogs.min.js(3KB)
----as-modal-dialogs.js(8KB)
----.gitignore(41B)
----README.md(5KB)
----as-modal-dialogs.css(2KB)
----bower.json(696B)

网友评论