Open mraible opened 8 years ago
If possible, please notify in https://github.com/stormpath/stormpath-sdk-java/issues/1009 when this issue is completed
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!
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.