AngularJS Directives Tutorial - Part 1 - Demystifying Angular Directives

preview_player
Показать описание

-~-~~-~~~-~~-~-
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

This really took my angular game to the next level. I really can't thank you enough for all your tutorials/videos. You are awesome.

qwertyasdf
Автор

This is by far the best directive tutorial out there. My understanding of directive has always been murky so this one really helps.

jamesalcaraz
Автор

SO MANY QUESTIONS answered in ONE video. Well done! Brilliant sir.

kevinmarmet
Автор

explained very clearly and thoroughly instead of just going through things without explaining codes/concepts like other YouTube tutorials. Great video. +1

devblackolive
Автор

Awesome tutorial, love the way you explain things, and also your voice :D it is not boring

melik
Автор

When I started working with directives, I made them in a whole bunch of different ways, which all worked, and all conformed to "the Angular way". But I found that there were just way. too. many. options.

I like this approach, it's way better than mucking around in boolean scopes, just not understanding transclusion, etc. Thanks for the video!

thisisafullsentence
Автор

Simple and clear .. this is the way all videos on Angular should be!
Thanks a bunch for an amazing demo. Now .. i will go into a cave and code

PhreeLyfe
Автор

My mind is absolutely blown away by this! I was messing around with it trying to learn from angularjs docs. This is way more concise and what I needed, thanks!

jeroenveldhuijzen
Автор

awesome tutorial! thank you so much. I've been having such a hard time with directives but this video put it into a really simple explanation. GRACIAS!!!

galdinorosas
Автор

Wow thanks from 2017. Didn't want to learn them, but thanks to this video its all perfectly clear.

sobanya_
Автор

Best beginners tutorial on directives! Thank you!

mza
Автор

Crystal clear explanation. You have got an unique skill to make things look easier. Great video to watch.

ahmedshuhel
Автор

Every single piece of code in this demo worked PERFECT. You sir put out great information and have a great method of teaching. Keep these awesome videos coming!

useyourname
Автор

Excellent tutorial, with a got flow and a simplified view of directives. Well done

spyrosjonas
Автор

Amazing Video man... What you explained here is totally very Clear... 10/10...

eduardchavez
Автор

Nice tutorial. It covers little details and alternative ways of doing things in a concise video. Thank you.

hexxen
Автор

The '=' in your scope object represents a two-way data bind between the controller and the directive. 

Text Binding (Prefix:@)
One-way Binding (Prefix: &)
Two-way Binding (Prefix: =)

jennaaarestad
Автор

The "restrict" property besides E (for element) and A (for attribute) also accepts C for class, so you can type your directive as:
<div class="contact-card"></div>

Excellent videos!!!

demetresz
Автор

Thank you So much man, I was having hard time to understand the directives but now, its crystal clear to me. Thanks a lot.

kamranshahid
Автор

am happy the world still has guys like you demystified thanks...:)

dancunchiriga