I have an application that has a menu at the top and another on the left side. The menu items should be filled with DB data according to the access profile. However, the menu is not being rendered when there is a change of route.
Shell.js:
<section>
<div data-ng-include="'app/controllers/layout/header.html'"></div>
<div id="menuDin" data-ng-include="'app/autenticado/menuDinamico.html'"></div>
<div id="corpo" ng-view=""></div>
<div data-ng-include="'app/controllers/layout/footer.html'"></div>
</section>