discourse/app/assets/javascripts/admin
Joffrey JAFFEUX 0854785175
FIX: allows to define label/title properties for display instead of name
Usage:

```
const content = [{foo: "FOO", bar: "BAR", value: 1, name: "foo-bar"}];

{{combo-box
  content=content
  value=value
  labelProperty="foo"
  titleProperty="bar"
}}
```
2020-05-28 08:30:31 +02:00
..
adapters Rename .js.es6 to .js in the admin application 2020-03-13 17:03:08 -04:00
components FEATURE: Permalinks for tags 2020-05-25 14:51:01 +02:00
controllers DEV: Standardize table sorting verbiage (#9757) 2020-05-14 20:10:59 -06:00
helpers DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
mixins DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
models Revert "DEV: Import MessageBus from message-bus-client instead of globals" 2020-05-27 16:14:09 -06:00
routes Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
services DEV: import I18n instead of global usage (#9768) 2020-05-13 16:23:41 -04:00
templates FIX: allows to define label/title properties for display instead of name 2020-05-28 08:30:31 +02:00