From 79c897fed71a65e6aa4fea2793eb61bc6eb9373f Mon Sep 17 00:00:00 2001 From: Hubert Wilk Date: Fri, 13 Oct 2017 15:10:50 +0200 Subject: [PATCH] readme fix --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c3005b3..d87d1c8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -#Exercise 15 : Isolate Scope Review +# Exercise 15 : Isolate Scope Review -##Summary +## Summary Use the arcane knowledge of scope isolation to successfully complete the task. You are provided with a unfinished template (`boxTemplate.html`) with the form. Implement directive that will allow you to set the size of the box in each form, set color in all forms when you change it in one, display information about the box. -##Goals +## Goals * use `size`, `color`, `open` as names of isolated scope properties * color should be selected from the list * button in each of the forms should show an alert with information about the name, size and color of the specific form @@ -13,12 +13,12 @@ display information about the box. * the size of the displayed box should change according to the size property and add appropriate attribute to `ng-style="{\'background-color\':color}"` * use directive to create three forms with different box sizes (50px,70px,90px) -###Before you start, please refer to: +### Before you start, please refer to: * [angularjs-isolate-scope-review](https://egghead.io/lessons/angularjs-isolate-scope-review) -##Setup +## Setup -###To install dependencies +### To install dependencies ``` yarn install @@ -28,16 +28,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 unit tests in development mode: