Skip to content

pajamaw/angular-filters-lab-v-000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filters on datasets

Objectives

  • Pass a filter into the ng-repeat
  • Pass a filter into the ng-model's associated expression

Instructions

In this repo we have a small app that displays a list of people and their birthdays. As you can see, the list of people is really long! We'd like to search the people as well. Hook up the ng-repeat to use the $ctrl.search value to filter the list of people.

The birthdays are currently in UNIX timestamp format - we'd like to have these nicely displayed on the page. Use the date filter to get these to display nicely.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 2.1%