top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Explain what are directives ? Mention some of the most commonly used directives in AngularJS application ?

0 votes
303 views
Explain what are directives ? Mention some of the most commonly used directives in AngularJS application ?
posted Dec 15, 2017 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

A directive is something that introduces new syntax, they are like markers on DOM element which attaches a special behavior to it. In any AngularJS application, directives are the most important components.

Some of the commonly used directives are ng-model, ng-App, ng-bind, ng-repeat , ng-show etc.

answer Dec 15, 2017 by Shivaranjini
...