How to enable route security when using AngularFire with Angular ui-router?

谁说我不能喝 提交于 2019-12-04 05:49:13

@mattvv Gave me this gist while I was talking on him in the angular irc channel. So essentially you would just need to replace the routesecurity.js file in angularfire directory assuming that you used yeoman to scaffold your application.

A neat thing to do is just to create another file named routesecurity-ui-router.js instead of replacing the content of the routesecurity.js.

So to give a little bit of information about the gist, basically mattvv just modified the routes term and use state instead.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!