Answers

Question and Answer:

  Home  AngularJS Developer

⟩ What is ng-hide directive?

ng-hide directive hides a given control.

In below example, we've added ng-hide attribute to a HTML button and pass it a model. Then we've attached the model to a checkbox and can see the variation.

<input type = "checkbox" ng-model = "showHide2">Hide Button

<button ng-hide = "showHide2">Click Me!</button>

 183 views

More Questions for you: