Skip to content

alanning/meteor-modal-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-modal-example

Example Meteor app illustrating:

How to run

  1. Install Meteorite

  2. Get the example code:

git clone https://github.com/alanning/meteor-modal-example.git
  1. Run using Meteorite (rather than the normal meteor):
cd meteor-modal-example
mrt
  1. Point some browsers to http://localhost:3000/

Live Demo

http://modal-example.meteor.com/

Y U NO Package?!

We do! This example uses the bootboxjs smart package available up on Atmosphere.

Did you mean the awesome multiselect part? Oh, well in that case...

The loudev multiselect library, while fantastic, is not appropriate for mobile devices. Currently the Meteor packaging system is not able to optionally load files based on device type so it's better to stick it in the public directory and load it as needed. This example uses yepnope to dynamically load the loudev library when appropriate.

About

Example Meteor app illustrating modal windows, mobile detection, and jquery multi-select plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published