/AngularjsTutorial

angularjs routing with filters and json loading with show data in popup

Primary LanguageHTML

  • 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.