I have ng-switch="field.type"
for an element containing ng-switch-when
but I'd like to have the switch on when it's more than just one field.type
.
I would assume something like ng-switch-when="type1 || type2"
would work, but it doesn't.
What's the correct way to do this?