Skip to content

Commit

Permalink
update challenge wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronjacoby committed Jan 14, 2016
1 parent f6a5d2d commit 9b1e203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

4. Create a form on the page for a user to add a new movie to the list. Write a function called `addMovie` and use the `ngSubmit` directive to add the new movie to `$scope.moviesToWatch` when the user submits the form.

5. Use the `limitTo` filter to limit the number of movies displayed to five. **Bonus:** Add a checkbox with the label "View All" that allows the user to view the entire list of movies when checked, and the limited list when unchecked.
5. Use the `limitTo` filter to limit the number of movies displayed to five. **Bonus:** Add a checkbox with the label "Show All" that allows the user to view the entire list of movies when checked, and the limited list when unchecked.

6. Put an icon next to each movie that resembles an "X" or a trash can. When the user clicks the icon, delete the movie from the list. **Hint:** Write a function called `deleteMovie`, and use the use the `ngClick` directive.

Expand Down

0 comments on commit 9b1e203

Please sign in to comment.