Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 543 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 543 Bytes

EZ-MODAL

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.