ng-switch :
ng-switch basically provide us with a functionality to switch views on some client action. This action could be through a drop-down option change, button click or any other such client action.
For Example :
<select ng-model="stockShow">
...