AngularJS / AngularJS HTML DOM
AngularJS uses HTML DOM to access the elements(buttons,text, check box e.t.c) in the html page.
HTML DOM elements attributes are use to bind application data to AngularJS directives.
HTML DOM element attributes |
Used |
ng-disabled |
Disables a control. |
ng-show |
Shows a control. |
ng-hide |
Hides a control. |
ng-click |
Represents a AngularJS click event. |
Click Counter Incrementer
Program Name
Write a Click Counter Incrementer Program in AngularJS using HTML DOM. |
Theory Click Counter Incrementer Program in AngularJS using HTML DOM
|
Program Code
|
Input
Button click
|
Output
|
|