AngularFaces
AngularFaces copied to clipboard
Improve file resolution of angularJSFile
This is a bug reported by ratcashdev: angularJSFile attribute tries to load my .js file from the /ui/ folder. As it happes, /ui is the ServletMapping for JSF and there's no such folder in my project. Fortunately, the servlet is forgiving enough, so if I specify angularJSFile="/resources/assets/js/myScript.js" it gets loaded anyway.
Problem also occurs in BootsFaces showcase.
AngularFaces was an interesting project, but it turned out to be impossible to migrate it to Angular 2, and since the, the Java community has abandoned UI programming altogether. So I'm closing all remaining tickets and archive the project.