how to use custom directives in HTML page
Anonymous
Register a directive in angularjs module as shown below var app = Angular. module(app, []) ; app. directive ("directive _name", function () { return { restrict :E, template : "sample text here" } }) ; In html, use directive name as a normal tag
Check out your Company Bowl for anonymous work chats.