ember-addons / bootstrap-for-ember

Bootstrap for Ember.js
http://ember-addons.github.io/bootstrap-for-ember
Apache License 2.0
704 stars 103 forks source link

problem in documentation #145

Closed david-gang closed 4 years ago

david-gang commented 10 years ago

Hi,

In the following link https://github.com/ember-addons/bootstrap-for-ember/wiki/Hello-world#register-bootstrap-for-ember-components-i-dont-think-we-need-this-anymore

we have the title

Register Bootstrap for Ember components [I DONT THINK WE NEED THIS ANYMORE?]

It is unclear if it is needed or not.

The documentation should be clear about it

Thanks, David

jdhines commented 10 years ago

+1 I would think this would be necessary, because without it I'm getting "Bootstrap is not defined" linting errors in my controller. Using ember-cli as I am though, there would need to be an exports line in bs-core right?

@david-gang, suggest changing the title to something more descriptive like "Documentation: Registering Bootstrap"