AngularFaces
AngularFaces copied to clipboard
Passing controllers as parameter to ui:include
It's not possible to pass an AngularJS controller as parameter to ui:include. Traditional JSF controllers can be passed as parameters, but trying to replace the EL expression by the double curly brace fails. See http://127.0.0.1:8080/angularfaces-examples/manual/5_uiInclude/.
Possible solutions:
- improve
<ac:include /> - replace the standard
IncludeHandlerby a custom AngularFaces include handler.