hi,
i have a index.html where there is only the div container.
then i have a view, which is placed at the container.
then i have a controller where i have a request to the backendserver.
the request sends me a structure, which i have to use for create the splittapp in the view (navigation, pages, ..).
the problem is, that the view is initialized before the controller is, so i cannot use the function in the controller to get data, and create in the view the controls dynamically.
does someone has a solution or the same problem?
br Alex