Hi Nikit,
are you using embedded forms? It’s possible that you need to get the context path of your application to correctly produce the path you need. Maybe this example can help.
Also be aware that ng-include creates a new scope in the form that the variableManager has no access to. You might need to manually manage the variables you want to send and retrieve.
Cheers
Sebastian