Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 701 Bytes

File metadata and controls

13 lines (9 loc) · 701 Bytes

basical bootstrap modals in angular

overview

right now, there are three branches to look at: a basic modal example without comments, the same basic modal example with comments, and a more fully featured modal example with no comments. i strongly recommend checking out the branch without comments first, poking around, and try to figure out the relationships on your own. once you've exhausted that, take a look at the comments (which for now only exist for the basic version)

to run this:

  • clone the repo
  • cd into the project directory
  • run npm install to install all necessary dependencies
  • run npm start to start the server
  • navigate to http://localhost:4040 in your browser