AngularJS – HTML DOM
In AngularJS, DOM stands for Document Object Model. In AngularJS, all directives are used to bind application data to the attributes of HTML DOM elements. 4 types of directives are used to bind application data. They are: Sr.No Name Description 1 ng-disabled Disables a given control. 2 ng-show Shows a given control. 3 ng-hide Hides… Read More »