1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Allow custom icon HTML in dropdown-button

Also rename title to label
This commit is contained in:
Toby Zerner
2015-01-23 15:22:58 +10:30
parent bbf2c971e4
commit 1f23cbaf20
2 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ export default Ember.Component.extend({
classNames: ['dropdown', 'btn-group'],
classNameBindings: ['itemCountClass', 'class'],
title: 'Controls',
label: 'Controls',
icon: 'ellipsis-v',
buttonClass: 'btn btn-default',
menuClass: '',