Ae-select
Select component used by Audience Engine ember apps
Usage
{{ae-select content=unitedStates selection=selectedState prompt="Select a state" action=(action (mut selectedState)) optionValuePath="id" optionLabelPath="text" required=true name=name }}
Controller
This addon also supports working with arrays of strings as options.
{{ae-select content=unitedStates selection=selectedState prompt="Select a state" action=(action (mut selectedState)) optionValuePath="id" optionLabelPath="text" required=true name=name }}
Controller
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.