Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exercise15 edit readme #69

Open
wants to merge 1 commit into
base: exercise15
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#Excersie 15: Bootstrap modal bug
# Excersie 15: Bootstrap modal bug

##Summary
## Summary
This task already contain implemented modal window, but some bug cause it won't close.

##Goals
## Goals
Find two bugs in application and solve it. Make the popup window close after clicking OK or Cancel.

##Before you start, read about...
## Before you start, read about...
* [ui.bootstrap.modal](http://angular-ui.github.io/bootstrap/#/modal)

##Hints
## Hints
Try to open and close modal window then take a look at your browser console.

##Setup
## Setup

###To install dependencies
### To install dependencies

```
yarn install
Expand All @@ -24,16 +24,16 @@ yarn install
bower install
```

###To start application in live reload mode
### To start application in live reload mode

grunt serve

###Jshint
### Jshint
To run verify jshint:

grunt jshint:default

###Run tests
### Run tests

To run e2e tests in development mode:

Expand Down