Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <ul class="nav navbar-top-links navbar-right">
  2. <li class="dropdown">
  3. <a class="dropdown-toggle" data-toggle="dropdown" href="" >
  4. <i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
  5. <span class="badge badge-danger badge-counter" ng-show="numNotifications > 0">{{numNotifications}}</span>
  6. </a>
  7. <ul class="dropdown-menu dropdown-aviso">
  8. <li ng-repeat="notification in notificationData " ng-click="goToNotifications()">
  9. <div>
  10. ....
  11. </li>
  12. <li>
  13. <a class="text-center" href="#/">
  14. <strong>Ir a avisos</strong>
  15. <i class="fa fa-angle-right"></i>
  16. </a>
  17. </li>
  18. </ul>
  19. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement