Skip to content
New issue

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

Interworking with js-based angularjs modules #5

Closed
h0ru5 opened this issue Feb 19, 2014 · 1 comment
Closed

Interworking with js-based angularjs modules #5

h0ru5 opened this issue Feb 19, 2014 · 1 comment

Comments

@h0ru5
Copy link
Owner

h0ru5 commented Feb 19, 2014

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:

AngularGWT modules in an AngularJS app (top-level-module is js)

  • One issue is gwt's async loading,
    52eec1f migitates this by a callback for deffered bootstrapping , needs examples
  • Another issue is method name mangeling when using GWT services in JS controllers

AngularJS modules in an AngularGWT app (top-level-module is GWT)

  • JsInterOp might be handy here
@h0ru5 h0ru5 added this to the release 1.1.4 milestone Feb 19, 2014
@h0ru5 h0ru5 added the duplicate label Mar 1, 2014
@h0ru5
Copy link
Owner Author

h0ru5 commented Mar 1, 2014

partly solved in 1.1.3, remaining issues split into #8 and #9

@h0ru5 h0ru5 closed this as completed Mar 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant