https://github.com/z4o4z/angular-modal-dialog-collection
https://github.com/z4o4z/angular-modal-dialog-collection
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/z4o4z/angular-modal-dialog-collection
- Owner: z4o4z
- Created: 2016-04-06T08:58:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T07:19:05.000Z (about 3 years ago)
- Last Synced: 2025-03-30T01:38:01.289Z (3 months ago)
- Size: 6.03 MB
- Stars: 8
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Angular Modal Dialog Collection
### 1. Splash modal service
A simple AngularJS service for displaying a full screen splash modal.

[Demo](http://popdevelop.github.io/angular-splash-demo/)/[Github](https://github.com/popdevelop/angular-splash-demo)
### 2. Morphing Modal
Angular directive for fullscreen modal window with wonderful animation in trending Material Design style. Responsive and mobile-ready. Works in modern browsers.

[Demo](https://dl.dropboxusercontent.com/u/60349134/ngm/example/index.html#)/[Github](https://github.com/shauchenka/ng-morphing-modal)
### 3. bootstrap-lightbox
This lightbox displays images using an AngularUI Bootstrap Modal (v0.14).
When the lightbox is opened, navigating to the previous/next image can be achieved by clicking buttons above the image, clicking the left/right arrow keys, or swiping to the left/right (optional with ngTouch). The escape key for closing the modal is automatically binded by AngularUI Bootstrap.
Large images are scaled to fit inside the window. An optional image caption overlays the top left corner of the image.
[Demo](http://compact.github.io/angular-bootstrap-lightbox/demo1/index.html)/[Github](https://github.com/compact/angular-bootstrap-lightbox)
### 4. ngDialog
Modal dialogs and popups provider for AngularJS applications.
ngDialog is ~10KB (minified), has minimalistic API, is highly customizable through themes and has only AngularJS as dependency.
[Demo](http://likeastore.github.io/ngDialog/#)/[Github](https://github.com/likeastore/ngDialog)
### 5. AngularJS Modal Service
An AngularJS service that creates a Modal Popup with a given HTML template and controller.
The Service createDialog can be used to create a modal using Twitter's Bootstrap on the fly.
[Demo](http://fundoo-solutions.github.io/angularjs-modal-service/)/[Github](https://github.com/Fundoo-Solutions/angularjs-modal-service)
### 6. fancy-modal
The definitive modal/popup/dialog solution for AngularJS. Modal dialogs and popups for Angular.js (>=1.2.x) applications. Mobile friendly out of the box.

[Demo](http://vesparny.github.io/angular-fancy-modal/example/)/[Github](https://github.com/vesparny/angular-fancy-modal)