We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This "issue" is a collection of thoughts, which should become own issues
So far, the workflow is forseen to contain only java-created or regular ng-modules wrapped in gwt.
There should be ways to better integrate gwt-created and regular angular modules. Two ways of integration need to be reviewed:
The text was updated successfully, but these errors were encountered:
partly solved in 1.1.3, remaining issues split into #8 and #9
Sorry, something went wrong.
No branches or pull requests
So far, the workflow is forseen to contain only java-created or regular ng-modules wrapped in gwt.
There should be ways to better integrate gwt-created and regular angular modules.
Two ways of integration need to be reviewed:
AngularGWT modules in an AngularJS app (top-level-module is js)
52eec1f migitates this by a callback for deffered bootstrapping , needs examples
AngularJS modules in an AngularGWT app (top-level-module is GWT)
The text was updated successfully, but these errors were encountered: