AngularJS Scope Life Cycle – Characteristics, Inheritance, $Scope Object
As we know that AngularJS directives can interact with the controller of a page but how it is possible? What made it possible to pass an object through directive? Well, directives have a scope...