NgInclude with AngularJS and JavaFX

The problem I want to solve is how to insert a separate html file into the main one in JavaFX Webview + AngularJS. I tried using AngularJS ngInclude , but maybe there is a better way to achieve it? Debugging Ater AngularJS ng-include I failed due to unsupported jar: // protocolol. Is there a way to upload html files using AngularJS and JavaFX platform? HTML files are inside the jar file, and AngularJS is a framework. Should I turn my back on one of them or is there some kind of solution?

More details:

Download from index.html subpage1.html using nginclude dircetive. It works outside of JavaFx, but does not work when I use Webview inside JavaFX.

+4
source share

All Articles