Skip to content

Commit

Permalink
provided link to live demo article
Browse files Browse the repository at this point in the history
the article demonstrates the easiest possible working code that uses backbone, botstrap and backbone.bootstrap-modal. I think that the current docs were missing an example code - and here it is.
  • Loading branch information
ducin committed Aug 14, 2013
1 parent 245149f commit 0c1db4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@ Prevents the modal from closing. Can be called from within a 'ok' or 'cancel' ev
//Do some validation etc.
if (!isValid) modal.preventClose();
});

##Live demo
You can read a short article and see live demo on [symfony-world](http://symfony-world.blogspot.com/2013/08/backbone-bootstrap-modal-example.html) blog.

0 comments on commit 0c1db4b

Please sign in to comment.