I have two ember objects available in a function, but I cant seem to figure out how to create a binding between them, since I cant reference them via a static path. The objects are referenced to as var aand var bin the javascript function.
How to create a binding between two objects when I can't reference one of them like App.controller.content or similar?
Or alternatively; can I reference to a specific ember object in a ArrayControllers content via some static path? I have tried many variations of the getPath method on both objects but cant seem to get it to return something useful.