Skip to content

A helper named 'ember-chosen' could not be found #29

@rcrenshaw84

Description

@rcrenshaw84

I ran the command "ember install:addon ember-cli-chosen" and it seemed to install correctly.
I added the following code to a template
{{#ember-chosen multiple=true value=model.agencyRole class='form-control' id='agency-role-field'}}
Select Agency Roles
{{#each agencyRoleList as |agencyRole|}}
<option {{bind-attr value=agencyRole.code}}>{{agencyRole.name}}
{{/each}}
{{/ember-chosen}}

When I try to go to that page, it is blank and I get the error "ember.debug.js:16591 Uncaught Error: Assertion Failed: A helper named 'ember-chosen' could not be found" in the console.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions