Show different button bars?

Hello how i can show different buttons bars depending on bool?

Hey, you’re looking for ng-show and ng-hide. Add them as attributes on your elements and put the variable/property as the value

ng-show="model.buttonSetA"

I made it on ng-if=“something!==true” and something===true