A copy of the Angular Bootstrap modal directive.
###Features
- On dismiss control flow (decide if modal should be dismissed. Useful for preventing loss of $dirty forms by accident)
###Installation
$ bower install ez-modal
<script src="bower_components/ez-modal/dist/ez-modal.min.js"/>
angular.module('yourApp', ['ez.modal'])
###Usage
###Demo
View DEMO.