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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand All @@ -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:

Expand Down