ember.js - Bootstrap.ModalPane redirects to index? -
i added bootstrap modalpane app url:
http://0.0.0.0:3000/#/pieces
the pane shows up, when closes redirects url to:
http://0.0.0.0:3000/#/
can explain this? or direct me other resource?
the buttons in twitter bootstrap modal demos have href # tags in them. you'll need change buttons ember buttons , hide modal action handler. like:
<a class="btn btn-small" {{action back}}> <i class="icon-remove"></i> cancel </a>
you may want @ project wraps lot of twitter bootstrap ember.
Comments
Post a Comment