Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 679 Bytes

genric-modal

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:

  1. you have python installed. If you are running OSX, you are.

###Step by Step Instructions ####Command Liine

  1. git clone https://github.com/britztopher/genric-modal.git
  2. cd generic-modal
  3. bower install
  4. python -m SimpleHTTPServer

####Browser 5. enter http://localhost:8000/views/breakfast.html in address bar