Html DOM

Advertisements

AngularJS Expression AngularJS Filters

Html DOM

AngularJS has directives for binding application data to the attributes of HTML DOM elements. The following directives are used to bind application data to the attributes of HTML DOM elements;

S.No.NameDescription
1ng-disabledTo Disables a given control of Html elements.
2ng-showTo Shows a given control of Html elements.
3ng-hideTo Hides a given control of Html elements.
4ng-clickTo perform AngularJS click event.

ng-disable Directive

ng-disable directive are use for binds AngularJS application data to the disabled attribute of HTML elements.

Example

<div ng-app="">
<input type="checkbox" ng-model="enableDisableButton">Disable Button
<button ng-disabled="enableDisableButton">Click Me!</button>
</div> 

Result

Disable Button

ng-show Directive

ng-show directive are use for show or hide Html elements.

<div ng-app="">
<input type="checkbox" ng-model="hideme">Show Button
<button ng-show="hideme">Click Me!</button>
</div> 

ng-hide Directive

ng-hide directive are use for hide or show an Html elements.

Example

<div ng-app="">
<input type="checkbox" ng-model="hideme">Hide Button
<button ng-hide="hideme">Click Me!</button>
</div> 

ng-click Directive

ng-click directive are use for perform an AngularJS click event.

Example

<div ng-app="" ng-controller="clickController">

<button ng-click="count = count + 1">Click Me!</button>

<p>{{ count }}</p>

</div>
<script>
function clickController($scope) {
    $scope.count = 0;
}
</script>

AngularJS Expression AngularJS Filters

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements