Categories: AngularJS

HTML DOM – AngularJS

Share

To bind application data to attributes of HTML DOM Elements directives are used: ng-disabled, ng-show, ng-hide, ng-click.

HTML DOM Elements directives:

ng-disabled:
It is used for disabling a given control.

 <input type="checkbox" ng-model="enableDisable">Disable
 <button ng-disabled="enableDisable">Click Me</button>

ng-show:
It is used for showing a given control.

 <input type="checkbox" ng-model="showHide">Show
 <button ng-show="showHide">Click Me</button>

ng-hide:
It is used for hiding a given control.

 <input type="checkbox" ng-model="showHide">Hide
 <button ng-hide="showHide">Click Me</button>

ng-click:
It is used for representing a AngularJS click event.

 <p>Total click: {{ counter }}</p>
 <button ng-click="counter = counter + 1">Click Me</button>

Recent Posts

Unveiling the Truth: Is the Spread of Sinus Infections a Myth or Reality?

Sinus infections, impacting approximately 31 million Americans each year, represent a significant health concern stemming…

22 hours ago

Best Exercises To Reduce Weight & Keep You Stronger & Fitter!

No doubt that balanced weight is the key to wellness. So, when it comes to…

23 hours ago

ARTIFICIAL INTELLIGENCE: Advantages And Disadvantages? Everything You Need to Know

Pros And Cons Of AI: Artificial Intelligence directly translates to conceptualizing and building machines that…

1 day ago

Four common mistakes when picking an internet provider

We all live on the internet; we use it for everything. Thus, when it comes…

1 day ago

What Is Commonly Misdiagnosed as Pink Eye: Understanding Eye Conditions and Their Symptoms

Introduction: Pink eye, or conjunctivitis, is a common eye condition characterized by redness and inflammation…

2 days ago

Why Flexible Financing is the Future of Small Business

Small businesses are the backbone of the economy. Still, they often face daunting hurdles when…

2 days ago