Angular Directive - Isolated Scope
Content
It seems to me that directive is one of the most powerful and useful concept in Angular. Because I’m a newcomer to Angular, I would like to write down my view about directive’s isolated scope.
There are plenty of basics about isolated scope and difference between @
、 =
、 &
, so I will not repeat them.
All I write down thest three demos.