From ceace16c81542bfe0f644840724621c02e7b4002 Mon Sep 17 00:00:00 2001 From: artur Date: Fri, 13 Oct 2017 14:26:38 +0200 Subject: [PATCH] edit readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e6a1ffb..9adc042 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: