plwalters / aurelia-bs-modal

DEPRECATED - Aurelia plugin for bootstrap modal
MIT License
17 stars 16 forks source link

A minor issue with modal-body content-view #20

Closed bsrdjan closed 8 years ago

bsrdjan commented 8 years ago

After copy/paste the /modal folder into current aurelia skeleton and running the modal example there, the modal-body view-model binding does not happen using the syntax from the README:

 <modal-body content-view.bind="modal/person-information" ..

This works (.bind removed):

 <modal-body content-view="modal/person-information" ..