Skip to content

Smulligan85/angular-creating-custom-filters-lab-v-000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating custom Filters for datasets/single items

Objectives

  • Write a custom filter
  • Implement a custom filter on ng-repeat
  • Implement a custom filter on a single expression

Instructions

In this repo we've got a massive list of contacts repeated in a table.

You might've noticed all of the names are in lowercase - this doesn't look great.

  1. Create a custom filter to change the first letter of the word to be in uppercase, and apply this to the persons names.

  2. Create a custom filter that allows us to filter on the contacts list that only displays contacts from the city that we pass in.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 2.1%