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.