Hey guys,
how can i get a model from the manifest and add them the attachRequestCompleted function.
I tried it in the onInit function within the controller, but at this point the model is undefined.

If i tried the same code in the onAfterRendering function it works, so at this point the model is known, but thats not very useful for me.
So i think the model from the manifest is only known after initialization?! But i need to initialize this attachRequestCompleted method..
Thank you!