Angular directive scope attribute

In AngularJS, Scope works as a glue between controller and model. While working with directive you can use scope attribute and it can be true,

Continue reading