Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 365 Bytes

File metadata and controls

6 lines (5 loc) · 365 Bytes
  • Angularjs with routing and filters best examples easy to understand
  1. Dashboard consist of serial, projectname, status( done or pending).
  2. On click of Projectname or entire row, it should take to a dashboard where it holds project information(Use routes to achieve this)
  3. Create a filter to search for projects.
  4. The data to be loaded mocking from stubs.