Angular is possible to use ngSwitch on numeric range?

Viewed 11387

I would like to use ngSwitch based on numeric value range.

I would like to show three different text based on ngSwitch change. However I cannot get this work when I try to set a value range in ng-switch-when. Is this possible or should I use ngIf instead of ngSwitch?

http://jsbin.com/eWIQoJE/1/edit

4 Answers
Related