Closed kristianmandrup closed 9 years ago
ember-cli-bootstrap is intended to be an easy way to import https://github.com/ember-addons/bootstrap-for-ember into your ember-cli app. If you'd like to see a 'link li' component I'd suggest getting in touch with the maintainer and see if it's something they're interested in supporting.
Solution to creating an active bootstrap navbar link:
http://stackoverflow.com/questions/14328295/how-do-i-bind-to-the-active-class-of-a-link-using-the-new-ember-router
app/components/link-li.js
Usage
Thanks :)