AngularJS: Understanding Scope Inheritance

preview_player
Показать описание
-What is Scope Inheritance in Angular JS

-Understanding Scope life-cycle

-How does Inner Scope gets members from Outer Scope in
Angular JS
-How does Scope Inheritance works in Angular JS

-Multi-level Scope Inheritance

-Binding members to Outer Scope from Inner Scope (in View)

-Using Outer Scope members in Inner Scope (using Controller)
Рекомендации по теме
Комментарии
Автор

sir you make a angular so easy and understandable. your way of teaching is awesome. thank you very much to buildup my confidence at high level.

gouravgoyal
Автор

Hi sir, almost all my members refer to these videos for understanding AngularJS, great work sir!

ks
Автор

The way you are explaining is superb I watched many tutorials but yours is BEST. Sir, I am requesting you please make a series on Javascript beginners to advance label.

Infinityies
Автор

Thank you for this clear and straight-forward explanation. Very nice.

BobMazzo
Автор

your way of teaching is awesome. thank you very much to buildup my confidence at high level.

AP-PoliticsNews
Автор

Thanks alot to share . you are really explaining very well. I have gone through so many tutorials, but this is the best one. Thank you so much

srilaxmimannu
Автор

You made angular so easy to learn and understand.
Marvelous effort. !
Wondering why advertisements are not showing on anyone of your videos?

hindigrammar-beginnerstoad
Автор

I wish I could watch this video 1 year ago. Thanks for great video!

NguyenTran-ijty
Автор

i don't think i will get better tutorial than this on angularjs.

susheelyadav
Автор

very very very nice tutorial...very clearly explained...Thanks for this

priyankaindian
Автор

the best ever ng tutorial. Thanks a ton

divyaprakash
Автор

i salute u sir.... your teaching is very much helpful for me...thanks

riyasva
Автор

Excellent explanation, demonstration. Keep it up

surendrababuchalla
Автор

Great video. Regarding parent/child controllers using controller 'as', I think you still have to inject $scope into child controller's argument if you want to use parent controller's member. And refer that as $scope.parent.member

zyberzone
Автор

Great video..Very easy to understand.. Many thanks..

kathirvel
Автор

Why you are not making more tutorial ? I tried to visit your website but its not reachable.

GAMEVISTA
Автор

These videos are great, thank you very much!!!!

darkthrongrising
Автор

@Tech CBT
1. Since outer/ parent scope properties are made available to inner scope and can be accessible via inner scope but how to
access properties and methods defined in inner scope from it parent scope. Is there any way we can do that ?
2. since in this example you have created a Module with nested controller can we create a multiple modules and in same application which will be separate. such as myApplication --> 1. module1 and Module 2. each having its own controller Controller 1 and controller2 .
Thanks for the nice tutorials as it really covered behind the scene basics. Appreciate efforts. Waiting for many more to come.

parimalchandwaskar
Автор

Thank you for the explanation. So that $scope object is an object instance, it uses the JS prototype chain mechanism for the inheritance. whenever there is a sub controller under the current one, a new child $scope object created with parent's $scope object as its prototype.

leiyang
Автор

Let's suppose that in the given nested scope example we have name property in nested controller as well. And we made $scope.name = "New Name"; but the name in outer controller is still "jag". Is there any way that we can change the name in outer controller as well to "New Name".
Thanks in advance

divyanshmethi
join shbcf.ru