Great job with these tutorials. After trying almost a dozen videos on AngularJS, this is the series that finally made it "click" for me. Some people have complained that you repeat yourself too much at times, but I think that's needed when you are addressing an audience completely new to the topic.
@JeremiahKellogg6 жыл бұрын
This helped me solve an issue I've been trying to fix for weeks. I understand rootScope so much better now. Thanks!
@bhaskarchowdary52467 жыл бұрын
I think none of techie explains like you Hats-off Tech CBT ......☻
@Techcbt-online7 жыл бұрын
Thanks Bhaskar.
@bhaskarchowdary52467 жыл бұрын
Welcome sir
@tiagoavila78185 жыл бұрын
You have a great knowledge about AngularJS. Thanks for sharing with us!
@rudyNok5 жыл бұрын
You are doing an excelent job in explaining things into depth.
@satyanarayanap44514 жыл бұрын
sir ur teaching sooo good
@satyanarayanap44514 жыл бұрын
sir can provide datascience course
@maheshd35064 жыл бұрын
Good explanation with easy examples , thanks bro
@roychan21903 жыл бұрын
you deserve a medal
@gs-rc3eq5 жыл бұрын
thank you, Sir. Have you got a chance to start teaching any latest stable angular version ? if possible please start any Latest Angular Tutorial please................
@adityalsriivatsalan56634 жыл бұрын
Can you send the source code, because am not able to access using the link provided in description.
@gajanankulkarni55357 жыл бұрын
When do you use multiple angular modules
@dipanshusharma98517 жыл бұрын
Sir, the amount of tax and net are not showing while I am running the code...please help!! @TechCBT
@amangrover63297 жыл бұрын
A controller is instantiated when angular reads ng-controller directive and it is then that the scope pertaining to that controller is glued with the controller object .Would this be the case with the rootScope object also? Would the module be instantiated when angular reads the ng-app directive only?
@NavneetThePrakash8 жыл бұрын
I can't thank you enough for your awesome tutorials, When will you teach us Angular 2?
@Techcbt-online8 жыл бұрын
Soon after Angular 1
@vinodgodti93017 жыл бұрын
Hello Sir , Thank you very much for your awasome tutorials but i have small doubt, as you explained in the one of the comment below my rootscope variable is not geting updated every where ,when in child controller rootscope variable is modified.Can you clarify my doubt sir? I am using the angular1.6
@qzrify6 жыл бұрын
Hey TechCBT, great videos. What are you using to make those awesome diagrams?
@akshaysinha81137 жыл бұрын
Great stuff!!! Really liked it.
@Techcbt-online7 жыл бұрын
Thank you.
@priyankadodda50228 жыл бұрын
Nice Explanation Sir.Thank you soooo much.Please upload multiple ng-app with multiple rootScope in in single web page.
@Techcbt-online8 жыл бұрын
Sure..thanks
@ivanmarusic2227 жыл бұрын
So, can we use "$rootScope" like some kind of constant or there is better way?
@Techcbt-online7 жыл бұрын
anything you specify in function parameters are just variables. It is just a general convention to use "$rootScope". For that matter, you can just use "r"
@ivanmarusic2227 жыл бұрын
Thank you for explanation.
@longlongvs20127 жыл бұрын
hi ~what is the different between $rootScope and the Window Object
@longlongvs20127 жыл бұрын
i mean we can gained data from the customer Window Object
@Techcbt-online7 жыл бұрын
$rootScope is angular object. Window is JavaScript Object. $rootScope is inherited by child scopes. Not by Window. etc.
@shankarer003844 жыл бұрын
Super Explanation sir
@JohnWick-zc5li8 жыл бұрын
Thanks for an excellent work Man
@Techcbt-online8 жыл бұрын
Thanks John
@fincyshimmy6 жыл бұрын
Great explanation.Thank you
@parimalchandwaskar17007 жыл бұрын
@Tech CBT , I did not pass rootScope as a param in controller still I can access the value defined in run block at module. Is this a good representation and how? Thanks Hello {{name}}. Your tax amount is ${{taxAmount}} ----------------------- var app = angular.module('sample', []) .run( ['$rootScope', function($rootScope){ $rootScope.taxAmount = 40; }]); app.controller('emp', ['$scope', function($scope){ $scope.name = "John"; }]);
@sureshkumar-xd3ot6 жыл бұрын
Hi sir, i seen your videos your explanation is very good with clarity can make some videos on react js please sir.
@jaemyunlee53488 жыл бұрын
Thank you for sharing nice tutorials.
@Techcbt-online8 жыл бұрын
Thanks
@mikkydhiman97978 жыл бұрын
Best Tutorial, Great work (y)
@Techcbt-online8 жыл бұрын
Thank you
@saikumarduggana28776 жыл бұрын
$rootScope.$on calling twice why i didnt understanding.belw is the code $rootScope.$emit("saveAnnotations", { data: config.featureObj }); $rootScope.$on("saveAnnotations", function (e, data) { } can anybody help me for this.
@ashishranjan78126 жыл бұрын
Great explanation
@ThePomelo095 жыл бұрын
the best tutorial!!!!
@ruchirai57757 жыл бұрын
Hi , What is being explained in modifying root scope is contrary to how code is behaving.Please check. angular.module('myApp', []) .run(function($rootScope) { $rootScope.test = "myTest" }).controller('emp', function($scope) { $scope.test="myTest1" }).controller('empdetails', function($scope) { $scope.test="myTest2" }); {{test}} {{test}} In this If I change shared rootscope it only change in that div not anywhere else.
@swatidubey1817 жыл бұрын
its very clear .Thanks
@Techcbt-online7 жыл бұрын
Thanks
@emmanoelpatavary19698 жыл бұрын
Excellent, Thank You!
@Techcbt-online8 жыл бұрын
Thanks Emmanoel
@shefaliag8 жыл бұрын
Great work
@Techcbt-online8 жыл бұрын
Thank you..
@gs-rc3eq5 жыл бұрын
Thanks a ton !!!!!!!
@sammysachet8 жыл бұрын
Thanks a lot !
@Techcbt-online8 жыл бұрын
Thank you
@jayeshmali2996 жыл бұрын
perfect video
@mayurvijaykode8 жыл бұрын
Excellent
@Techcbt-online8 жыл бұрын
Thank you
@surendrababuchalla8 жыл бұрын
excellent
@theoryx11097 жыл бұрын
good
@rishabhtrivedi42017 жыл бұрын
It's Nice but sorry to say that..... things are being told repeatedly ...so many times ..which makes videos quite long n bit boring ....
@Techcbt-online7 жыл бұрын
received similar comments earlier. Improved quite a bit recently. Thanks for the feedback though.