Guest User

Untitled

a guest
Dec 13th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <uib-accordion ng-repeat="businessOwner in ctrl.businessOwners | filter: query">
  2. <uib-accordion-group heading="{{businessOwner.name}}" is-open="true">
  3. <div ng-show="!(businessOwner.teams && businessOwner.teams.length)">
  4. No Teams.
  5. </div>
  6. <table ng-if="businessOwner.teams.length" class="table">
  7. <thead>
  8. <th class="col-sm-1">Business Sub Owner</th>
  9. <th class="col-sm-1">Cost Center</th>
  10. <th class="col-sm-1">Asset Protection Level</th>
  11. <th class="col-sm-2">Sub Owner Email</th>
  12. <th class="col-sm-2">Team</th>
  13. <th class="col-sm-3">Sea Security Group</th>
  14. <th class="col-sm-2">Team Email</th>
  15. </thead>
  16. <tbody>
Add Comment
Please, Sign In to add comment