Advertisement
Guest User

Untitled

a guest
May 4th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <div class="dropdown">
  2. <a href="javascript:void(0);" class="dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
  3. <span class="user-image" style="background-image: url('../images/rafi.jpg');"></span>
  4. </a>
  5. <ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
  6. <li>
  7. <div class="profile-pic">
  8. <img src="images/rafi.jpg" alt="Rafi Ali Khan">
  9. </div>
  10. </li>
  11. <li>
  12. <h3>{{$scope.userLocalData[0].uname}}</h3></li>
  13. <li><a href="" class="text-right">Profile</a></li>
  14. <li><a href="" class="text-right">Log Out</a></li>
  15.  
  16. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement