Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 463 Bytes

ng-101

The project makes it easy to understand all the concepts of AngularJS. A boilerplate code to get up and get going on AngularJS.
This project uses the following concepts

  • Module
  • Route
  • Controller
  • Directive
  • Service
  • Partials (Sub views or Views)
  • Code comments are there for hinting of things
  • Making pretty URLs with HTML5 History API (This is commented inside the code)