Guest User

Untitled

a guest
Feb 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <div class="dcp-finance-calculator-widget__output dcp-finance-calculator-widget-output">
  2. <ul class="dcp-qt-offer-finance-calculator-widget-output__list">
  3. <li data-ng-repeat="row in vm.financeQuote.financingValues" data-ng-class="{ highlighted: row.highlight === true }">
  4. <span>{{ row.label }}</span>
  5. <sup>{{ row.number }}</sup>
  6. <span class="pull-right">{{ row.value }}</span>
  7. </li>
  8. </ul>
  9. </div>
Add Comment
Please, Sign In to add comment