Advertisement
MastroPino

Untitled

May 3rd, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <a class="fares-cell "
  2. ng-class="{'active': cruise.selectedSolution.category == category.PricesByLocation[col].CategoryCode && fare.FareCode == cruise.selectedSolution.fare ,
  3. 'cursor-pointer' : !category.PricesByLocation[col].Available && category.PricesByLocation[col].Price > 0,
  4. 'cursor-pointer' : category.PricesByLocation[col].Price > 0,
  5. 'fares-cell__blocked-by-networkfare' : fare.blockedByNetworkFare}"
  6. data-ng-repeat="col in columns"
  7. ng-click="selectSolution(cruise, fare.FareCode , fare.FareCodeExtended, category.PricesByLocation[col], fare.ImageUrl, fare.EnableQuickQuotation)">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement