CivicTechAtlanta / early-voting

Early voting information for Georgia
http://earlyvoting.codeforatlanta.org
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Create a Filter view #3

Closed rhewitt22 closed 8 years ago

rhewitt22 commented 9 years ago

The filter view should have all of the options the user has to filter early voting locations. Each item in the list of options should trigger a toggle function on the Filter service. The view should use ng-class and the value of the filter setting to change the look of the list item.

I'm thinking if the filter is active (true) it should be green? If the filter is inactive (false) it should be red? Maybe we should use icons (checkmark or x), too.