What are the directives in AngularJS?
Directives are the markers on DOM element which are used to specify behavior on that DOM element. All AngularJS directives start with the word “ng”. There are many in-built directives in AngularJS such as “ng-app”, “ng-init”, “ng-model”, “ng-bind”, “ng-repeat” etc. ng-app The ng-app directive is the most important directive for Angular applications. It is used … Read more