Getting Started with AngularJS

Video Lectures

Displaying all 45 video lectures.
Lecture 1
Welcome To AngularJS!
Play Video
Welcome To AngularJS!
Welcome to the family! Learn what is angular.js, why it is used and how you can build powerful SPAs with it!
Lecture 2
Hello World
Play Video
Hello World
Learn how to write your first hello world program in AngularJS.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 3
ng-model and ng-bind directives
Play Video
ng-model and ng-bind directives
Learn basics of directives and what do ng-model and ng-bind directives do in AngularJS.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 4
Introduction To Directives
Play Video
Introduction To Directives
Learn what are directives in AngularJS briefly and learn how to work with them quickly.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 5
Introduction To Expressions
Play Video
Introduction To Expressions
Learn what are expressions in AngularJS and how to work with them.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 6
More On Expressions And Directives
Play Video
More On Expressions And Directives
Learn what are expressions and directives in AngularJS and how to use them together!
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 7
ng-repeat
Play Video
ng-repeat
Learn what is ng-repeat directive in AngularJS and what it does.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 8
Introduction To Model-View-Controller (MVC)
Play Video
Introduction To Model-View-Controller (MVC)
Learn what is MVC (model-view-controller) in AngularJS and how its helpful.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 9
Introduction To Controllers
Play Video
Introduction To Controllers
Learn what are controllers in AngularJS and how to work with them to create dynamic web applications.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 10
Introduction To Filters
Play Video
Introduction To Filters
Learn what are filters in AngularJS and how to implement them in your AngularJS code!
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 11
ng include
Play Video
ng include
Learn what is ng-include directive and how to include files with ng-include directive in AngularJS.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 12
Introduction To Routing
Play Video
Introduction To Routing
Learn what is routing in AngularJS and whatSUPPORT ME :D on patreon: http://patreon.com/codedamn
Lecture 13
More on Routing
Play Video
More on Routing
Learn what is routing in AngularJS and how to make your apps work with routing.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 14
Creating Login App - Part 1
Play Video
Creating Login App - Part 1
Learn how to create a login form with angularJS routing and framework.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 15
Creating Login App - Part 2
Play Video
Creating Login App - Part 2
Learn how to create a login form with angularJS routing and framework.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 16
$http Service
Play Video
$http Service
Learn what is $http in AngularJS and how to work with $http in your angularJS code
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 17
Creating Simple Search Box
Play Video
Creating Simple Search Box
Learn how to create a simple search box with AngularJS with the help of filters in AngularJS.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 18
Advance Search Box
Play Video
Advance Search Box
Website: http://codedamn.com
Facebook: http://www.facebook.com/codedamn.official
Twitter: http://www.twitter.com/_codedamn

Learn how you can create an advance search box with AngularJS!
Lecture 19
Passing Data Between Different Scopes
Play Video
Passing Data Between Different Scopes
Website: http://codedamn.com
Facebook: http://www.facebook.com/codedamn.official
Twitter: http://www.twitter.com/_codedamn

Learn how you can pass data between different scopes!
Lecture 20
Range Based Loops
Play Video
Range Based Loops
Website: http://codedamn.com
Facebook: http://www.facebook.com/codedamn.official
Twitter: http://www.twitter.com/_codedamn

Learn how to use range based loops in AngularJS!
Lecture 21
$scope.$watch()
Play Video
$scope.$watch()
Learn what is $watch() in AngularJS and how to work with $watch() in AngularJS!

Website: http://codedamn.com
Facebook: http://www.facebook.com/codedamn.official
Twitter: http://twitter.com/_codedamn
Lecture 22
$scope.$digest()
Play Video
$scope.$digest()
Learn what is $digest() in AngularJS and how to work with $digest() in AngularJS!

Website: http://codedamn.com
Facebook: http://www.facebook.com/codedamn.official
Twitter: http://twitter.com/_codedamn
Lecture 23
Services
Play Video
Services
Learn what are services in AngularJS and how to use them in your code!

Website: http://codedamn.com
Twitter: http://twitter.com/codedammmn
Facebook: http://www.facebook.com/codedammmn
Lecture 24
Factories
Play Video
Factories
Learn what are factories in AngularJS and how to use them in your code!

Website: http://codedamn.com
Twitter: http://twitter.com/codedammmn
Facebook: http://www.facebook.com/codedammmn
Lecture 25
Providers
Play Video
Providers
Learn what are providers in AngularJS and how to use them in your code!

Website: http://codedamn.com
Twitter: http://twitter.com/codedammmn
Facebook: http://www.facebook.com/codedammmn
Lecture 26
More On Providers
Play Video
More On Providers
Learn what are providers in AngularJS and how to use them in your code!

Website: http://codedamn.com
Twitter: http://twitter.com/codedammmn
Facebook: http://www.facebook.com/codedammmn
Lecture 27
Services V/s Factories V/s Providers
Play Video
Services V/s Factories V/s Providers
Learn the major differences between services, factories and providers in AngularJS!

Website: http://codedamn.com
Twitter: http://twitter.com/codedammmn
Facebook: http://www.facebook.com/codedammmn
Lecture 28
ngShow Directive
Play Video
ngShow Directive
Learn what is ngShow Directive in AngularJS and how to work with that!
Website: http://codedamn.com
Facebook: http://facebook.com/codedamn
Twitter: http://twitter.com/_codedamn
Lecture 29
Creating To-Do App - Part 1
Play Video
Creating To-Do App - Part 1
Learn how you can create a to-do app with AngularJS using everything we've learned so far.
Website: http://codedamn.com
Facebook: http://facebook.com/codedamn
Twitter: http://twitter.com/_codedamn
Lecture 30
Creating To-Do App - Part 2
Play Video
Creating To-Do App - Part 2
Learn how you can create a to-do app with AngularJS using everything we've learned so far.
Website: http://codedamn.com
Facebook: http://facebook.com/codedamn
Twitter: http://twitter.com/_codedamn
Lecture 31
Creating To-Do App: Part 3
Play Video
Creating To-Do App: Part 3
Learn how you can create a to-do application in AngularJS!

Website: http://codedamn.com
Facebook: http://facebook.com/codedammmn
Twitter: http://twitter.com/_codedamn
Lecture 32
Creating To-Do App: Part 4
Play Video
Creating To-Do App: Part 4
Learn how you can create a to-do application in AngularJS!

Website: http://codedamn.com
Facebook: http://facebook.com/codedammmn
Twitter: http://twitter.com/_codedamn
Lecture 33
Creating To-Do App: Part 5
Play Video
Creating To-Do App: Part 5
Learn how you can create a to-do application in AngularJS!

Website: http://codedamn.com
Facebook: http://facebook.com/codedammmn
Twitter: http://twitter.com/_codedamn
Lecture 34
Creating To-do App - Part 6
Play Video
Creating To-do App - Part 6
Learn how to create a to-do app with localstorage in AngularJS!

Website: http://codedamn.com
Lecture 35
Creating To-Do App - Part 7
Play Video
Creating To-Do App - Part 7
Learn how to create a to-do app with localstorage in AngularJS!

Website: http://codedamn.com
Lecture 36
Exploring The Website
Play Video
Exploring The Website
Show some support for official codedamn website!

Website: http://codedamn.com
Lecture 37
Custom Filters
Play Video
Custom Filters
Learn how to code your custom filters in AngularJS.

Website: http://codedamn.com
Lecture 38
Custom Directives - Introduction
Play Video
Custom Directives - Introduction
Learn what are custom directives in AngularJS and how to create and work with one.

Website: http://codedamn.com
Forum: http://clan.codedamn.com
Lecture 39
Directive Definition Object Properties
Play Video
Directive Definition Object Properties
Learn what is DDO in directives in AngularJS and how to work and create properties inside it.

Website: http://codedamn.com
Forum: http://clan.codedamn.com
Lecture 40
Custom Directives - link Property
Play Video
Custom Directives - link Property
Learn what is link property in AngularJS custom directives and how to manipulate DOM using it.

Website: http://codedamn.com
Forum: http://clan.codedamn.com
Lecture 41
Custom Directives - Shared v/s Isolated Scope
Play Video
Custom Directives - Shared v/s Isolated Scope
Learn what is the difference between shared and isolated scopes in AngularJS and how to create shared and/or isolated scope.

Website: http://codedamn.com
Forum: http://clan.codedamn.com
Lecture 42
Custom Directives - Isolated scope properties
Play Video
Custom Directives - Isolated scope properties
Learn how to create isolated scope properties i.e. the local scope (@, =, &) and make use of them in your program.

Website: http://codedamn.com
Forum: http://clan.codedamn.com
Lecture 43
Hands on to New Developer Portal
Play Video
Hands on to New Developer Portal
http://dev.codedamn.com is live and ready for you to take your hands down to it to learn languages in a new and powerful way!
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 44
Angular Animations
Play Video
Angular Animations
Learn how to animate objects with Angular and learn to code them with the help of angular-animate.js
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn
Lecture 45
Cookies
Play Video
Cookies
Learn how to make use of cookies in AngularJS and how to set them up using a dependency.
SUPPORT ME :D on patreon: https://www.patreon.com/codedamn