Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riebeekn/modal-dialogs
Modal dialog example in Meteor JS
https://github.com/riebeekn/modal-dialogs
meteorjs
Last synced: about 1 month ago
JSON representation
Modal dialog example in Meteor JS
- Host: GitHub
- URL: https://github.com/riebeekn/modal-dialogs
- Owner: riebeekn
- License: mit
- Created: 2015-04-22T01:04:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T16:31:49.000Z (about 6 years ago)
- Last Synced: 2023-03-01T12:05:48.219Z (almost 2 years ago)
- Topics: meteorjs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modal Dialogs in Meteor
A simple app, demonstrating the use of modal dialogs in Meteor. Companion source code for the following blog posts:
- [http://experimentsinmeteor.com/modal-dialogs-part-1/](http://experimentsinmeteor.com/modal-dialogs-part-1/)
- [http://experimentsinmeteor.com/modal-dialogs-part-2/](http://experimentsinmeteor.com/modal-dialogs-part-2/)## Branches
There are 2 branches in this repository, "part-1" corresponds to you guessed it [Part 1](http://experimentsinmeteor.com/modal-dialogs-part-1/), and the master branch corresponds to [Part 2](http://experimentsinmeteor.com/modal-dialogs-part-2/).