client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
13 lines • 675 B
HTML
<div class="col-xs-12 col-sm-3" ng-init="_ctrl = loanDashboardNavController;">
<nav id="navbar2" class="navbar">
<div class="text">
<ul class="nav navbar-default box-border-top box-border-sides box-border-bottom">
<div class="col-sm-12">
<li><a ui-sref="loanDashboard.myDashboard">My Dashboard</a></li>
<li><a ui-sref="loanDashboard.myProfile">My Profile</a></li>
<li ng-if="_ctrl.postClose"><a ui-sref="loanDashboard.makePayment">Make Payments</a></li>
</div>
</ul>
</div>
</nav>
</div>