Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 850 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 850 Bytes

SweatWorks Exam

Instructions

  1. Fork this repo
  2. Create a branch under your name
  3. Solve the test.
  4. Send us a pull request.

What the page should do

The test page should accept two numbers, and display a list of all the numbers from the first number up to (and including) the other number.
By default the list should display all of the numbers, but it should allow us to filter out the even and the odd numbers by clicking some of the buttons in the page.
The user should also be able to choose on which side of the page the numbers should be displayed, either the left side or the right side.

Important stuff

Make sure you use a directive in order to display the list. The directive should react to changes in the number range inputs. How it's implemented is up to you.

Good luck and remember, use the force Luke!