Commit ed1802cef736547d6b9f198192e0a6cd97301933
1 parent
84416fa2a0
Exists in
master
minor change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/partials/accountSetting/accountSetting.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | </div> |
9 | 9 | <!-- /widget-header --> |
10 | 10 | <div class="widget-content"> |
11 | - <h3 style="color: #666;margin-left: 10px;">Castle & Cooke FBO</h3></br> | |
11 | + <h3 style="color: #666;margin-left: 10px; text-transform: capitalize;">{{userData.firstName}} {{userData.lastName}} </h3></br> | |
12 | 12 | <form role="form"> |
13 | 13 | <div class="col-sm-6"> |
14 | 14 | <div class="form-group"><label>Username</label> <input type="email" placeholder="Username" ng-model="userData.email" class="form-control"></div> | ... | ... |