In this example we have three radio buttons for admin, user and visitor. The ng-switch
directive is bind with the FrontEndUsers.status variable and for the matched values the message will show either Admin Section or User Section. For the default values Visitor Section message will show.