bootstrap-for-ember
bootstrap-for-ember copied to clipboard
Bootstrap for Ember.js
Without including collapse.js (provided by bootstrap) the collapseable panels won't work. In the install we got told not to include any BS JS files...
Ember version 2.4.2.
the showcase doesnt show an example for linking to routes with dynamic links. lets say i got some pills as nav: ``` {{bs-pills contentBinding="nav" selectedBinding="selected" stacked=true style="max-width: 300px;"}} ``` and...
Em.Object.create({ title: cancelText, dismiss: 'modal', type: 'primary', class: 'pull-right' })
Send the content/message directly to the manager and compile at run time
Added option to add states to buttons in modals when clicked such as 'Saving..' etc. Updated the 'Modal' page under Showcase to show an example.
I think the dependencies need to be updated in order to compile templates for Handlebars 2.0 (which is required by [Ember 1.9.0](http://emberjs.com/blog/2014/12/08/ember-1-9-0-released.html)).
Since most of the items already have the template precompiled code, `Ember.Handlebars.compile` shouldn't be used (like in the core). This will allow for users of this framework to have performance...
I know HTMLBars is still in canary but if someone could help point me in the right direction, I could work on a PR to get the templates compatible for...