Basics Of AngularJS
  • Introduction To AngularJS
  • Getting Started With AngularJS
  • Basic Directives - I
  • Basic Directives - II
Modules, Controllers and $scope Service Object
  • Introduction To Controllers
  • Method Inside The Controller
  • Method With Parameters Inside The Controller
$http Service Object
  • First Server Call Using $http Object
  • Data Binding To List Controlls
  • Cascading DropDownLists And Grid
Filters - Working With Gridview
  • Customizing Gridview
  • Searching And Sorting In Gridview
  • Paging In Gridview
  • SourceCode
Services
  • Creating Services Using Service Method
  • Creating Services Using Factory Method
CRUD Operations
  • Creating Server Side Get Methods
  • Read Operation
  • Fill Form On Select
  • Delete Operation
  • Create Operation
  • Update Operation
Advanced CRUD Operations
  • Small Fix On Date Type
  • Multi Select In Grid Using Checkbox
  • Multi Delete In a Grid Using Checkbox
  • Source Code For CRUD Operations
Form Validations
  • Client Side Validations
  • Various Validations
  • Server Side Validations
  • Source Code For Form Validations
Routing And Views
  • Creating Directory Structure
  • Creating Routes And Config Views
  • Routing And Server Calls
  • Source Code For routing
Web Storage
  • Run Block app.run()
  • $rootScope Object
  • $cookies
  • $sessionStorage
  • $localStorage
  • Source Code