Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <i ng-if="!$ctrl.aggregated"
  2. ng-class="!$ctrl.mainObj[item.name].hidden ? 'fa fa-check-square':'fa fa-square consumption-item__disabled'"
  3. ng-style="{'color': item.color}"
  4. ng-click="$ctrl.onItemClicked(item)"></i>
  5. {{item.name}}
  6. <i ng-if="!$ctrl.aggregated && $ctrl.multi"
  7. class="fa fa-dot-circle-o fa-bullseye-position"
  8. ng-click="$ctrl.onFocusClicked(item)"
  9. uib-tooltip="this is my text"></i>
  10. </div>
Add Comment
Please, Sign In to add comment