Skip to content

Commit

Permalink
show name for employee
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonpham committed Jan 22, 2016
1 parent ffb5c79 commit ae178ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1><a ng-href="#/{{state('home-url')}}"> <img src="images/logo-small.svg" alt="
<div class="user-info-basic-block">
<a ng-click="logout()" ng-show="$root.userInfo" translate="signOut"></a>
<a href="#/home" translate="techTalent" class="homepage-link"></a>
<p>{{$root.userInfo.name}}</p>
<p>{{($root.userInfo.name | textTruncate: 'display-text') || ($root.userInfo.username | textTruncate: 'email')}}</p>
<div class="user-avatar" ng-show="$root.userInfo">
<img ng-src="{{$root.userInfo.profileImageUrl}}" alt="" ng-show="$root.userInfo.profileImageUrl.length">
<img src="images/no-avatar.png" alt="" ng-show="!$root.userInfo.profileImageUrl.length"/>
Expand Down

0 comments on commit ae178ff

Please sign in to comment.