AngularJS 对话框 v-modal

码农软件 · 软件分类 · AngularJS 扩展 · 2019-03-16 18:13:06

软件介绍

v-modal 是简单、灵活并且漂亮的 AngularJS 对话框模块。

使用示例:

angular.module('myApp', ['vModal'])
.factory('myModal', function (vModal) {
  return vModal({
    controller: 'MyModalController',
    controllerAs: 'myModalCtrl',
    templateUrl: 'my-modal.html'
  });
})
.controller('MyModalController', function (myModal) {
  this.close = myModal.deactivate;
})
.controller('AppController', function (myModal) {
  this.show = myModal.activate;
});


本文地址:https://codercto.com/soft/d/1492.html

Producing Masculinity

Producing Masculinity

Michele White / Routledge / 2019-3 / $39.95

Thoughtful, witty, and illuminating, in this book Michele White explores the ways normative masculinity is associated with computers and the Internet and is a commonly enacted online gender practice. ......一起来看看 《Producing Masculinity》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具