An open API service indexing awesome lists of open source software.

https://github.com/andrewstuart/uni-modal

A simpler angular modal directive.
https://github.com/andrewstuart/uni-modal

Last synced: 8 months ago
JSON representation

A simpler angular modal directive.

Awesome Lists containing this project

README

          

# uni-modal

A simple angular modal directive.

```html

.uni-modal-hider {
//Style the modal hider like so. It will be appended to $document.body.
}

Content goes here

```