stormpath / stormpath-sdk-angularjs

User Management for AngularJS (1.x) applications
http://docs.stormpath.com/angularjs/sdk/
Apache License 2.0
165 stars 58 forks source link

Provide pages as a module so Java SDK can pull pages in with WebJars #177

Open mraible opened 8 years ago

mraible commented 8 years ago

For Java developers, WebJars provides a great way to pull in CSS and JavaScript libraries as dependencies, rather than copying them into your project. We've integrated WebJars into the Java SDK's AngularJS example, but I'd like to take it a step further. Rather than requiring the user to copy/paste the templates into their project, it'd be neat if we could package the HTML files in a module and then pull them in like we do with Thymeleaf and JSP templates.

I should have time to do a proof of concept for this next week.

mrioan commented 8 years ago

If possible, please notify in https://github.com/stormpath/stormpath-sdk-java/issues/1009 when this issue is completed

mraible commented 7 years ago

Even better - provide the ui-router config for the default states: login, register, forgot, etc. It'd be sweet if developers could drop our JS files into their project and not have to write any code!