I am encountering an issue with the navbar toggle feature. It seems that my navbar toggle items are requiring two clicks to start working properly. I can provide you with any necessary code, but I am unsure what is causing this problem.
<nav class="navbar navbar-static-top" role="navigation">
<div class="navbar-right">
<ul class="nav navbar-nav" style="font-family:Lato;">
<li class="dropdown user user-menu" ng-show="user">
<a class="dropdown-toggle" data-toggle="dropdown">
I have omitted some sections of the code and did not include closing tags or Angular elements.
Your assistance would be greatly appreciated!