The ngSwitch directive is used to conditionally swap DOM structure on your template based on a scope expression
I have an ngSwitch for a model attribute bound to a drop-down. It wasn't working, so I tried to simply …
angular ng-switch angularjs-ng-switch