diff --git a/README.md b/README.md index 0b44167..f216149 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -#Exercise 23 : templateCache +# Exercise 23 : templateCache -##Summary +## Summary An application that can render same data in several different ways. The displayed templates are changed based on user interaction. Use template cache to improve user experience. -##Goals +## Goals Utilise `templateCache` to store templates and render them in the directive. You start with two keywords: button, table - they represent coresponding templates: * button - displays when **button** is entered * table - displays when **table** is entered * default - displays in any other case -##Before you start, please refer to: +## Before you start, please refer to: * [angular templateCache](https://egghead.io/lessons/angularjs-templatecache) * [$compile](https://code.angularjs.org/1.2.16/docs/api/ng/service/$compile) * [$watch](https://egghead.io/lessons/angularjs-the-basics-of-scope-watch) -##Setup +## Setup -###To install dependencies +### To install dependencies ``` yarn install @@ -28,16 +28,16 @@ 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: