AngularFaces
AngularFaces copied to clipboard
AngularFaces is a JSF library making it easy to integrate AngularJS code.
Hi, When you invoking evalAsObject from inside ELTools itself you are not treating the PropertyNotFoundException that is thrown from AstValue.getTarget for example. Such scenario is possible in case I don't...
Observed in the Tetris demo: overriding the global setting `addLabels="false"` in the modal form by `addLabels="true"` in the modal dialog (roughly line 350 of the index.xhtml) causes weird Javascript errors...
Observed in the BootsFaces AngularFaces demo: the input fields are mandatory, hence have an "required" attribute. After submitting the form the "required" attribute gets lost. However, "min" and "max" survive...
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...
isn't it possible to use the attribute map there? Otherwise -> cache method
e.g. ELTools#getArrayProperties
AngularFaces 2.1 only supports GSon and Jackson. AngularFaces 2.2 should also support MOXY and the j2ee7 JSON interfaces.
Currently it's ViewScoped and therefore ALL translations will be in the viewstate if you have many translations, the viewstate will be really big...