Skip to content

DigiExam/angular-minimodal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small but flexible library for dealing with modals in angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published