Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
AngularJS

ng-switch in AngularJS

Switch templates based on an expression like a switch statement.

ng-switch in AngularJS — a practical guide to AngularJS ng-switch with clear examples you can reuse in real projects.

AngularJS Tutorial Series (28/99). Prefer one article? Read the complete AngularJS tutorial.

Short description

Combine ng-switch-when and ng-switch-default.

ng-switch

<div ng-switch="tab">
  <div ng-switch-when="home">Home</div>
  <div ng-switch-when="about">About</div>
  <div ng-switch-default>Other</div>
</div>

Leave a reply

Your email address will not be published. Required fields are marked *