How can I set a dynamic binding?

Ember offers defineProperty and addObserver, which may be what you’re looking for. I recently investigated a similar question. Unfortunately there are too many ways to approach such unspecific problems as the one you describe.