I want to create a piece of HTML with AngularJS based on the authentication status.
I use ng-switch.
ng-switch
The issue is that I want to have multiple hits
Unfortunately the ng-switch directive only supports multiple matches since version 1.1.3 of AngularJS.
See the changelog and this commit as reference.