hexa-dheeraj / angular-demo

Demo application for AngularJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo application for AngularJs

License:MIT License


Languages

Language:JavaScript 61.0%Language:HTML 35.2%Language:CSS 3.8%