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
?