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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#Exercise 22 : templateUrl
# Exercise 22 : templateUrl

##Summary
## Summary
Directive **url** has a big template, try resolve this problem by moving it to another file.

##Goals
## Goals
* don't change functionality directive or exist properties in directive
* create `urlTemplate.html` file for `url` directive template

##Hint
## Hint
Watch out for **String** inside the template!

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

##Setup
## Setup

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

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