A Paginated, Responsive Table using Angular

Just a quick and dirty demonstration of how a table could be built with angular.

Some things of note:

  1. The data is loaded from a JSON file
  2. The table uses hand written functions to do the filtering work
  3. The whole app is written by creating normal javascript functions and then wireing the app together with angular functions.
  4. Uses only hand written CSS originated by me