From 9981ed41a09abb725699b000ebfaf2f280a3921c Mon Sep 17 00:00:00 2001 From: Hubert Wilk Date: Fri, 13 Oct 2017 15:00:43 +0200 Subject: [PATCH] readme fix --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 33730d4..6f00956 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -#Exercise 24 : ng-view +# Exercise 24 : ng-view -##Summary +## Summary AngularJS's ngView is a directive that complements the $route service by including the rendered template of the current route into the main layout (typically the index.html) file. The application is already setup but ngView is not utilised. -##Goals +## Goals Your task is to set up routing in this simple application. * configure the routing to display home.html page at `/` path' * display message from controller at `home.html` * **don't** change `home.html` file and `RouteCtrl` -##Before you start, please refer to: +## Before you start, please refer to: * [angularjs-ng-view](https://egghead.io/lessons/angularjs-ng-view) -##Setup +## Setup -###ngRoute +### ngRoute * pay attention on **AngularJS 1.2.x Routing Changes: ngRoute** below the movie * add `angular-route.js` from `bower_components` to index.html * add `ngRoute` dependency to application -###To install dependencies +### To install dependencies ``` yarn install @@ -31,16 +31,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: