UNPKG

client-ui

Version:

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

47 lines 2.48 kB
<div class="col-sm-10 col-sm-offset-1 text-center" ng-init="_ctrl = docPendingController; _ctrl.init()"> <div class="row"> <div ng-show="_ctrl.isBusinessHour()" class="text-center"> <div class="row"> <h3>Verifying Your Income</h3> </div> <div class="row"> <br><i class="fa fa-spinner fa-pulse fa-4x"></i><br> </div> <div class="row"> <div class="col-md-6 col-md-offset-3 text-left"> <div class="row text-center about-us-header box-border-sides box-border-top"> <h3>What do I do now?</h3> </div> <div class="row box box-border-sides box-border-bottom"> <h6>We are currently reviewing your documents, and this typically takes us less than fifteen minutes during business hours. Once one of our Personal Experts verifies your documents, we'll send you an email to let you know when you can finish your loan. if you prefer to stick around the site and wait, we'll automatically send you to the last step of the loan process when your documents are verified.<br><br></h6> </div> </div> </div> </div> <div ng-show="!_ctrl.isBusinessHour()" class="text-center"> <div class="row"> <h3>Next Steps</h3> </div> <div class="row"> <br><i class="fa fa-spinner fa-pulse fa-4x"></i><br> </div> <div class="row"> <div class="col-md-6 col-md-offset-3 text-left"> <div class="row text-center about-us-header box-border-sides box-border-top"><h3>What do I do now?</h3> </div> <div class="row box box-border-sides"> <h6>Our Personal Loan Experts will verify your pay stubs during business hours and send you an email to let you know when you can finish up your loan.<br><br></h6> </div> <div class="row text-center box-border-sides box-border-bottom"> <a class="btn btn-success large-btn" ng-click="logout()">Sign Out</a> </div> </div> </div> </div> (Oh! Do you want to upload more documents, we go you covered, click <a href="app.html#/verify/income/manual">here.</a>) <!-- 1.) if the user wants to upload more documents while admin is verifying docs, 2.) if admin cannot verify total income / pictures not clear, automatically redirect to doc upload 2.a) show an alert-warning - reason for redirection 3.) if verification complete, and admin is able to verify income, automatically go to next step --> </div> </div>