Posted On: Feb 22, 2018
Angular directives are the attributes which are decorated on the html tags or elements of an html page. Directives have a prefix “ng-” and are used for dom manipulations & data binding. Some of the most common directives are : ng-app, ng-controller,ng-repeat,ng-if etc.
Never Miss an Articles from us.
AngularJS is a javascript framework which helps in developing web applications in MVC architectural pattern & SPA or..
Angular provides the ability to create our own directives to implement our own custom templates or logic in our web appl..
Custom directives gives us the ability to create our own directives. Its restriction property helps us to enforce the de..