This is an example of my generic modal instance. Basically, you can through any old html document in it and it will display it. This uses the Angular UI Bootstrap library to wrap the modal window around another directive.
##Steps to Start'er Up. ###Sorry I dont have windows, so MacOSX or linux instructions below Assumptions:
- you have python installed. If you are running OSX, you are.
###Step by Step Instructions ####Command Liine
- git clone https://github.com/britztopher/genric-modal.git
- cd generic-modal
- bower install
- python -m SimpleHTTPServer
####Browser 5. enter http://localhost:8000/views/breakfast.html in address bar