1.6.1 • Published 7 years ago
expression-builder v1.6.1
expression-builder
Installation
emebr install expression-builder
Usage
{{expression-builder options=options operators=operators}}
Passed in
options: {'x': [1], 'y': [2, 3]},
operators: ['OR', 'AND'],Options
You can specify the components used for various parts.
Provide an action to expressionChanged and it will be invoked with the expresion when it changes.
showExpression=false disables expression-builder from showing the expression. This is useful if you want to show the expression outside of the component.
Contributing
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
Docs
npm docsBuilds docs