Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <span ng-repeat="item in res.objects" ng-if="item.region === 'US'">
  2. // Set myVariable = true
  3. </span>
  4.  
  5. <div class="action-tab" ng-click="res.viewUS()" ng-show="<valueOfBoolVariable">
  6. View US
  7. </div>
Add Comment
Please, Sign In to add comment