You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: