Skip to content

checkIgnore config function doesn't work #17

@sdhull

Description

@sdhull

Ember config is compiled into index.html and stored as [content] on <meta name="appname/config/environment"> element after being jsonified & uri encoded (eg encodeURIComponent(JSON.stringify(configHash)) or similar).

Because JSON doesn't have a representation for function type, the checkIgnore function is lost.

See here for history / more discussion, but discussion should be continued here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions