受保护页面的角度依赖注入

时间:2015-09-19 10:49:41

标签: angularjs angular-ui-router

我是棱角分明的新人。 我试图用用户登录创建一个网站。该网站将有一个欢迎页面,登录/注册和用户主页。用户主页将需要身份验证。 文件夹/文件将是

root/app.js
root/index.html

root/welcome/welcomeModule.js // welcome module init
root/welcome/js/controller.js
root/welcome/view/welcome.html

root/user/userModule.js // user module init
root/user/js/controller.js
root/user/view/welcome.html

我不想在root/user/

中公开任何文件
  1. 假设到root/user/的路由在服务器(nodejs)上受到保护,如何在用户登录后才注入与用户相关的依赖项?
  2. 同样,root/user受到保护,动态地为上述依赖项添加<script/>的方式/位置? (不能包含在index.html中)
  3. 或者有不同的方法吗?有两个指数之家等?

0 个答案:

没有答案