Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 586 Bytes

angular-demo

This is a demo application for the developers who are starting on AngularJs.

Following functionalities are implemented by the application :

  1. Uses ui-grid for showing tabular data.
  2. Add,Update,Delete a record. (CURD functionality in AngularJs)
  3. State changes using angular ui router.
  4. Reusable html views approach.
  5. Using a common service between two controllers.
  6. Data cashing on common service.
  7. Using $http service provided by angularJs to fetch json data.
  8. Uses lodash for simple search,delete etc. operations.

Good suggestions are always welcome.