This should fix the binding of the ui controls to the model.
The problem was that the electron backbone view was displayed and bound before the previous view from phantomjs extension was correctly unbound. Now it should let the other recipes' views unbound before rendering.
This should fix the binding of the ui controls to the model.
The problem was that the electron backbone view was displayed and bound before the previous view from phantomjs extension was correctly unbound. Now it should let the other recipes' views unbound before rendering.