Hi to all,
my problem is solved. In general my code structure was ok. The Problem was, that
I extended the dependency array in the view controller. I inserted my new module
in the mid of the dependency array
[ Namespace/function1,
Namespace/NEW FUNCTION,
Namespace/function2
],
function( param1, param2, paramNEW);
=============================================================
The order of the noted functions in the dependency array MUST FIT TO THE ORDER
OF THE NOTED PARAMS IN THE FUNCTION() NOTATION !!!
BR
Klaus Wegener