Skip to content

Commit

Permalink
Correct pill item template to use view.title rather than just title
Browse files Browse the repository at this point in the history
  • Loading branch information
technomage committed Jun 7, 2012
1 parent d0da3b8 commit 37ee607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-bootstrap/lib/views/pill_item.js
@@ -1,5 +1,5 @@
require("ember-bootstrap/mixins/item_selection_support");

Bootstrap.PillItem = Ember.View.extend(Bootstrap.ItemSelectionSupport, {
template: Ember.Handlebars.compile('<a href="#">{{title}}</a>')
template: Ember.Handlebars.compile('<a href="#">{{view.title}}</a>')
});

0 comments on commit 37ee607

Please sign in to comment.