AngularFaces icon indicating copy to clipboard operation
AngularFaces copied to clipboard

AngularFaces is a JSF library making it easy to integrate AngularJS code.

Results 32 AngularFaces issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

bug

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...

enhancement

isn't it possible to use the attribute map there? Otherwise -> cache method

enhancement
documentation

AngularFaces 2.1 only supports GSon and Jackson. AngularFaces 2.2 should also support MOXY and the j2ee7 JSON interfaces.

enhancement

Currently it's ViewScoped and therefore ALL translations will be in the viewstate if you have many translations, the viewstate will be really big...

enhancement