dgavigan / dg-modal

A simple responsive modal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dg-modal

A simple responsive modal

##Installation


<link rel="stylesheet" type="text/css" href="path/to/dg-redmine/dist/dg-modal.css"/>
<script src="path/to/dg-redmine/dist/dg-modal.js"></script>
  • Add dg-modal module into your application
angular.module('yourModule', ['dgModal']);

This project is under active development and is a work in progress at the moment with limited features.

About

A simple responsive modal

License:MIT License