powmedia / backbone.bootstrap-modal

Bootstrap Modal wrapper for use with Backbone.
MIT License
183 stars 97 forks source link

Added the ability to have loading text when ok is clicked using bootstrap button #39

Open danspam opened 11 years ago

danspam commented 11 years ago

Added the option of waitText which, when supplied, uses bootstrap button to change the text and disable the ok button when it is pressed. Useful for when long running operations occur when ok is clicked.

Also fixed an issue where the close method was not running correctly when the backdrop is clicked to hide the modal. This issue meant the modal was not properly cleaned up when the backdrop was clicked.