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.
- Host: GitHub
- URL: https://github.com/andrewstuart/uni-modal
- Owner: andrewstuart
- Created: 2015-07-30T18:01:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T18:07:42.000Z (almost 11 years ago)
- Last Synced: 2025-03-03T07:04:25.751Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```