From 349e58ec3e8061312d8606e34739f700282e2599 Mon Sep 17 00:00:00 2001 From: Hubert Wilk Date: Fri, 13 Oct 2017 15:17:20 +0200 Subject: [PATCH] readme fix --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 290c008..b80f8eb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -#Exercise 6: Angular ng-repeat and filtering data +# Exercise 6: Angular ng-repeat and filtering data -##Summary +## Summary In this application, you are supposed to create `searchStudent` filter allowing user to search through the list of students by filtering the specified field. -##Goals +## Goals Your task is to make the `search` input field search through all categories. Each input field is responsible for its own column. Furthermore, you should be able to filter by using multiple fields at the same time. @@ -20,13 +20,13 @@ Your task is to make the `search` input field search through all categories. Eac | Warner |Bridges| 18|warner.bridges@undefined.biz|+1 (914) 451-3055| | Gray |Rose| 21|gray.rose@undefined.io|+1 (807) 582-3992| -##Before you start, please refer to: +## Before you start, please refer to: * [angularjs-ngrepeat-and-filtering-data](https://egghead.io/lessons/angularjs-ngrepeat-and-filtering-data) * [angular filter](https://docs.angularjs.org/api/ng/filter/filter) -##Setup +## Setup -###To install dependencies +### To install dependencies ``` yarn install @@ -36,16 +36,16 @@ Your task is to make the `search` input field search through all categories. Eac 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: