UNPKG

client-ui

Version:

Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront

48 lines (47 loc) 2.4 kB
<div class="container-fluid"> <div ng-init="_ctrl = incomeSummaryController; _ctrl.init()"> <div class="text-center"> <h3 class="no-space">Income Verification</h3> </div> <br><br> <div class="row" equal-height-columns> <div class="col-sm-6 text-left mobile-row" style="margin-bottom: 1.5em;"> <div class="text-center about-us-header box-border-sides box-border-top"> <h4>Verify Electronically</h4> </div> <div class="box box-border-sides equal-height"> <div ng-include="'verify/income/decision-logic-explanation.html'" /> </div> <div class="text-center box-border-sides box-border-bottom box"> <div ng-if="!_ctrl.bankLoginIframeSrc"> <button class="btn btn-success large-btn" id="verifyDeposit" ng-click="_ctrl.setStatusGoNext('choseYodlee', 'loanApplication.verify.income.decisionLogic')" ladda="_ctrl.workingChoseYodlee" data-style="expand-left">Verify Deposits</button> </div> </div> </div> <div class="col-sm-6 text-left mobile-row"> <div class="text-center about-us-header box-border-sides box-border-top"> <h4> Verify Manually</h4> </div> <div class="box box-border-sides equal-height"> <p> Our Personal Loan Experts will manually verify your income and employment using two pay stubs and a bank statement. This generally takes less than 15 minutes during <a href="talk-to-us.html">business hours</a>. </p> </div> <div class="text-center box-border-sides box-border-bottom box"> <button class="btn btn-success large-btn" ng-click="_ctrl.setStatusGoNext('choseManual', 'loanApplication.verify.income.manual')" ladda="_ctrl.workingChoseManual" data-style="expand-left">Upload Documents</button> </div> </div> </div> </div> </div> </div>