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.

https://github.com/emberjs-addons/ember-bootstrap


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -