Authorized users are allowed to access the menu items.
While User A requires the menu_1.js file, User B does not need it and should not have access to it.
I am trying to determine how to include required js files in index.html for an angular.js version 1.x application.
Is there a solution to this issue?
Thank you for your help.