bjrmatos / jsreport-electron-pdf

jsreport recipe which renders pdf from html using electron :rocket:
MIT License
53 stars 6 forks source link

Fix ui binding #3

Closed pofider closed 8 years ago

pofider commented 8 years ago

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.

bjrmatos commented 8 years ago

thnks :), let me test on my pc!

bjrmatos commented 8 years ago

it works now! publishing a new version.. thnks