I'm trying to accomplish a simple behavior:
Take an ember select view populated by its corresponding controller's model, bind an action that takes the id of that item and either renders or redirects to that view's outlet
I have ember select and bindings setup but how to actually render/translate that model into to the outlet has been evasive.
I have a jsbin: http://jsbin.com/nidi/2/edit?html,js,output
Any help would be greatly appreciated