mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:08:44 +08:00
18777d9108
The implemented helpers, are helper which might be in Ember core in the future: - and - or - not - eq - not-eq - lt - lte - gt - gte They follow the implementation of ember-truth-helpers: https://github.com/jmurphyau/ember-truth-helpers Note 1: Ember rfcs are still debating going with {{not-eq}} or {{neq}}, should be easy to support in the future whatever is finally chosen. Note 2: this commit also moves it to its own addon, and removes the {{not}} test, to simplify further updates.
14 lines
448 B
JavaScript
14 lines
448 B
JavaScript
//= require_tree ./truth-helpers/addon
|
|
//= require_tree ./discourse-common/addon
|
|
//= require_tree ./select-kit/addon
|
|
//= require wizard/router
|
|
//= require wizard/wizard
|
|
//= require_tree ./wizard/templates
|
|
//= require_tree ./wizard/components
|
|
//= require_tree ./wizard/models
|
|
//= require_tree ./wizard/routes
|
|
//= require_tree ./wizard/controllers
|
|
//= require_tree ./wizard/lib
|
|
//= require_tree ./wizard/mixins
|
|
//= require_tree ./wizard/initializers
|