AngularJs Tutorial: Isolated Scope In Directives (in-depth)

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 71

  • @gopalarajanaika
    @gopalarajanaika 7 років тому +7

    Your the only person who is explaining bit by bit. Excellent explanation. great thanks for the helpful videos.

  • @somesbhowmick2082
    @somesbhowmick2082 7 років тому

    Excellent , No unnecessary talk, only pure materials , good explanation Sir, Please keep posting like Angular 2 also

  • @arabindabehera2288
    @arabindabehera2288 7 років тому

    Thank you for very clean and crispy explanations with examples for "@=&"

  • @andrescramosm
    @andrescramosm 7 років тому

    Great explanation!! Thank you so much for teaching this kind of stuff that are a little confusing but with this video it gets so much clear. Congratulations!!

  • @chitransh118
    @chitransh118 7 років тому

    Each and Every Vedio is initiator to almost top level, Awesome

  • @SagarSharma-zx6wj
    @SagarSharma-zx6wj 7 років тому

    Awesome tutorial you have created. I am going through each and every video. Thanks a lot.

  • @pravinreddy5891
    @pravinreddy5891 7 років тому

    Great!! These vedios drives me to be a full stack developer

  • @sonamahuja2835
    @sonamahuja2835 7 років тому

    Very clear. Thanks for making it understand step by step. It was great.

  • @SagarSharma-zx6wj
    @SagarSharma-zx6wj 7 років тому

    Sir I love the way you explain the toughest concept in the easiest way. Please post similar full tutorial on Angular 2 also.

  • @athichandranm
    @athichandranm 7 років тому

    You solved lot of doubts of this concept. Excellent. (y). Please upload AngularJS 2.0 as well. Thanks once again.

  • @TarunKumar28
    @TarunKumar28 7 років тому

    Nice Videos, with full clearity, examples, coding, concepts. keep it up :)

  • @sagarinsprant
    @sagarinsprant 4 роки тому

    Excellent work, very helpful, Thank you so much

  • @chandrashakerkadavergula8687
    @chandrashakerkadavergula8687 6 років тому

    Thank You so much SIR..Explanation of directives is awesome.

  • @sivabhushankolluru966
    @sivabhushankolluru966 8 років тому

    Really good explanation sir,Thank you so much we r expecting same in Angular 2 also.., I go throughn lot of tutorials compare to those 100% clearly understandable.Thank you.

    • @Techcbt-online
      @Techcbt-online  8 років тому

      Thanks Sivabhushan. You are going to see Angular 2 soon.

  • @ashutoshkuswaha
    @ashutoshkuswaha 7 років тому

    Good videos, Please add some series no. to all videos so that we can identify after which video we have to go next.

    • @Techcbt-online
      @Techcbt-online  7 років тому +1

      Thanks for your suggestion. We made modifications to all thumbnails of videos. Also there is a playlist available here (just in case): ua-cam.com/play/PLvZkOAgBYrsS_ugyamsNpCgLSmtIXZGiz.html

  • @jackshephard7920
    @jackshephard7920 7 років тому

    Nice tut! Make everything clear,cheers!

  • @rajkumar-lz9yn
    @rajkumar-lz9yn 7 років тому

    Very clear concise and simple....

  • @shivambajpai3493
    @shivambajpai3493 8 років тому

    Thanks for your videos sir. These are really helpful. Keep going sir

  • @srinivasrapaka4729
    @srinivasrapaka4729 7 років тому

    sir your videos are really awesome .my god bless you. keep more videos on typescript..,,☺👌👍💐

  • @sandeepgadila148
    @sandeepgadila148 7 років тому

    Hello Sir,
    All your videos make very easy to understand angularJs concepts. Kindly post videos on promises.

  • @stampsworld8439
    @stampsworld8439 7 років тому

    Fantastic video and good knowledge, keep it up.

  • @dotanbeck144
    @dotanbeck144 2 роки тому

    great explanation. thanks!

    • @dotanbeck144
      @dotanbeck144 2 роки тому

      IS this true for angular 1 as well?? (especially the passing the functions?) for some reason I cannot do it. here is theexplanation: stackoverflow.com/questions/74093005/passing-function-from-parent-scope-to-child-directive-angular-1

  • @rmoorthiit
    @rmoorthiit 7 років тому

    pretty clear explanation!!! Thanks a lot....

  • @rajugaadu
    @rajugaadu 7 років тому

    Thank you so much for the tutorial. Pardon my ignorance, but was wondering where did you cover "restrict" for directives i.e in which video part?

    • @Techcbt-online
      @Techcbt-online  7 років тому +1

      Did not cover that. But it is straight forward:
      E- for Element nameA- for AttributeC- for ClassM- for Comment

  • @aminkasbi
    @aminkasbi 7 років тому

    Always great Tutorials! One Favour pl. Is there any possibility to get/dowload the Material/Docs as reference? Many Thanks!

  • @ashokkumar2892
    @ashokkumar2892 7 років тому

    Hey Thanks man. You have put lot of efforts to explain every concept. Great work. Also, I am looking for drag and drop in angular 2 or angular 1.5 using directive. Can you teach that as well?

  • @kamesh312
    @kamesh312 7 років тому

    sir thanks for this video. It's well explained.

  • @crazyidea9143
    @crazyidea9143 6 років тому

    well explained.. thank you so much!!

  • @TheRajaghosh
    @TheRajaghosh 6 років тому

    simple and awesome ..thanks :)

  • @shankaarbase4669
    @shankaarbase4669 4 роки тому

    I am confused like, Why is the isolated scope has access to parent scope ($parent.$scope.a) variable. Please see the example at 56:30 minutes.

  • @garyfxxk
    @garyfxxk 3 роки тому

    thank you so much

  • @sourishdutta9600
    @sourishdutta9600 7 років тому

    sir plz do Angular 1.5 components based tutorial sir..you are awesome thank you

  • @hujingtao1
    @hujingtao1 5 років тому

    this isolated scope is a little bit similar with react parent component pass it's state or method by props to the child components

  • @RamSingh-cm7hm
    @RamSingh-cm7hm 7 років тому

    awsome explaination

  • @shankaarbase4669
    @shankaarbase4669 4 роки тому

    Why is the function call for extSum function like this : " extSum()(p,q) " and why not as normal function call like this : " extSum(p,q) ". I mean these : () empty braces will not be there for normal function call in JS right.

  • @nishants3967
    @nishants3967 7 років тому

    Dear Sir,
    I didnt got ,why u written extSum()(p,q) for & scope param after deriving function from parent scope? Plz go through time slot of 47:20 to 47:32 of video. I mean we just need to specify extSum(p,q),instead of extSum()(p.q). I am assuming that doSum is assigned to extSum which has got function defn. but the correct value is coming in alert.Please explain. Thank you. :)

    • @Techcbt-online
      @Techcbt-online  7 років тому +1

      Any expression assigned (in this case, it is "doSum") to a function member of isolated scope (using '&'), it gets wrapped into a function.
      In this case, extSum will be internally interpreted as follows:
      extSum = function(){ return doSum;}
      And thus, you need to call the function twice in order to reach doSum. Hope that helps.

    • @nishants3967
      @nishants3967 7 років тому

      Okay..got it :) !
      So much Thanks for all in depth tutorials! Major concepts in Angular you have taught me,Sir ! :)

  • @ShakhawatHossainca
    @ShakhawatHossainca 7 років тому

    Excellent

  • @ozz1993
    @ozz1993 7 років тому

    What's the difference between app.directive and app.component?

  • @venkatananda2293
    @venkatananda2293 6 років тому

    is there any place to download the coding material?

  • @dinkocejvanovic2296
    @dinkocejvanovic2296 6 років тому

    30:38 why didn't we write here {{emp}} instead of emp ?

  • @darius7313
    @darius7313 4 роки тому

    did angular creators intentionally wanted to make it harder to read the angular code ? :)

  • @devendralr
    @devendralr 7 років тому

    Awesome :)