Pierrick Rouxel

Results 29 comments of Pierrick Rouxel

It's probably not a bug. See issue #13.

Hi, Sorry I did a mistake in the documentation. The method is `this.esModal()`. It's well in the router that you can do this. I will correct it later. Thanks.

Your router needs to be as this: ``` js import Ember from 'ember'; import config from './config/environment'; var Router = Ember.Router.extend({ location: config.locationType }); Router.map(function() { this.esModal('modal-example', { withParams: 'modal'...

I fixed the method name in documentation

Can you answer a last question please? What is your Ember version?

Thanks, it should work... if you want to use "ember-strap" at new I will be pleased to help you to find your problem.

I designed ember-strap to be working out-of-box. Normally there is nothing to do. I will provide you a simple project with modal example and a step-by-step readme. I'm really interested...

I think I found your problem. EmberStrap is not yet released for ember 1.13+. I think you actually use ember-strap 0.0.1. You can install the beta version: ``` sh ember...

It's normal that `app/template` folder doesn't exist because the templates of ember-strap are in `addon/components/templates`. The install output seems to be ok. You can try to clean all cache: tmp,...