Currently working on angular js and bootstrap here I am not using any jquery plugin for the responsive mobile design when i click the icon from the right side of my page. The menu was not showing expanding.
Here is the code i am using for Toggle navigation ng-init="navCollapsed = true" ng-click="navCollapsed = !navCollapsed"
I searched in SO and got this link I tried the same but still not working
Here is the Plunker link Kindly please guide me where I am doing wrong.