Skip to content
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Exercise 14 : Directive to Directive Communication
# Exercise 14 : Directive to Directive Communication

## Summary
In this exercise, your challenge is to share information between directives.
Expand All @@ -9,17 +9,17 @@ You are supposed to create four directives:
Implement a functionality that will allow you to call alerts. When you click on red circle, double click on yellow circle and when the mouse hovers over the
green circle.

##Goals
## Goals
* main directive should have a controller with three function (with names like pattern **addColorName**)
* the content of the alarms is a simple message ***"ColorName alarm!"***
* use directive in prepared div elements (check comment)

##Before you start, please refer to:
## Before you start, please refer to:
* [angularjs-directive-to-directive-communication](https://egghead.io/lessons/angularjs-directive-to-directive-communication)

##Setup
## Setup

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

```
yarn install
Expand All @@ -29,16 +29,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:

Expand Down