A small but flexible library for dealing with modals in AngularJS
This module has been built with the HTML5 dialog
-tag in mind. It will therefore only work with browsers which supports dialog
. See w3.org for more info on dialog
.
However, work has begun on adapters for the most popular libraries which do modals, for example Bootstrap.
Current browser support can be found on caniuse.
- Install NodeJS.
- Install Gulp globally:
npm install -g gulp
- Fork the repo and clone it.
- Go into the project folder:
cd angular-minimodal
- Install the project dependencies:
npm install
- Build the project files:
gulp
- Build them whenever they change:
gulp watch