Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <a class="fares-cell "
- ng-class="{'active': cruise.selectedSolution.category == category.PricesByLocation[col].CategoryCode && fare.FareCode == cruise.selectedSolution.fare ,
- 'cursor-pointer' : !category.PricesByLocation[col].Available && category.PricesByLocation[col].Price > 0,
- 'cursor-pointer' : category.PricesByLocation[col].Price > 0,
- 'fares-cell__blocked-by-networkfare' : fare.blockedByNetworkFare}"
- data-ng-repeat="col in columns"
- 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