There is a file navbar.jade which describes a drop-down list with links as follows

 .navbar-element dropdown(title='{{ navbar.username }}', array="navbar.profilemenu", class='usermenu', pos='right') 

How to make a transition from each link to other pages from this list through ui-sref ?

  • what html output - Grundy
  • Probably you need to transfer the value of ui-sref to the dropdown function. Two lines of code is difficult to imagine the desired result. - fedornabilkin

0