It\'s fairly straightforward. You can easily give show/hide functionality to pretty much any element using ng-show=\"myModelName\". In the official documentation th
ng-show=\"myModelName\"
You were close you will want to use == here like this:
See this fiddle for an example.