Skip to content

Function not evaluated in undefined parameter #40

Description

@mpanichella

The problem is with injected function, for example if i have template

model: [
{
"{{#if hasValue(data)}}": {
name: "{{name}}",
},
},
{
"{{#else}}": undefined,
},
],

if data property exists in model, the evaluation work well, but if transform other data, where property "data" not exists, hasValue not evaluated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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