Create a Custom AngularJS Directive Without Using Scope

In this article I demonstrate how we create a custom AngularJs Directive and access data without use of @Scope
For this I create a index.html page where I want to display data from my custom AngularJs Directive.

code

code

code