client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
23 lines (21 loc) • 1.29 kB
HTML
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div ng-init="loanApprovedController.init()">
<div class="about-us-header box-border-sides box-border-top">
<h2 class="congrats text-center">Congratulations!</h2>
</div>
<div class="box box-border-sides box-border-bottom">
<p>
You are all set. Your money will reach your account in 1-3 business days. If you have any follow up questions or would like to provide us feedback on the process please call us at <a href="tel://{{globalConfig.company.phone.dash}}">{{globalConfig.company.phone.long}}</a>, or send us an email at <a href="mailto:{{globalConfig.company.email.support}}?Subject=Talk%20to%20Us" target="_top">{{globalConfig.company.email.support}}</a>
</p>
<p>
You can access your loan details, update your contact information or make additional payments at anytime by logging into <a href="" ui-sref="loanDashboard.myDashboard">My Dashboard</a>.
</p>
<h5>Have a Question?</h5>
<p>
<a href="" ui-sref="faq">Check our FAQs.</a>
</p>
</div>
</div>
</div>
</div>