Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.07 KB

File metadata and controls

31 lines (19 loc) · 1.07 KB

angular-minimodal

A small but flexible library for dealing with modals in AngularJS

Browser support

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.

Demo

Visit the demo!

Docs

Link to API Reference

Getting started

Development instructions

  1. Install NodeJS.
  2. Install Gulp globally: npm install -g gulp
  3. Fork the repo and clone it.
  4. Go into the project folder: cd angular-minimodal
  5. Install the project dependencies: npm install
  6. Build the project files: gulp
  7. Build them whenever they change: gulp watch