8000 Binary && condition not running as expected · Issue #21 · codemix/htmling · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Binary && condition not running as expected #21
Open
@fast-one

Description

@fast-one

The following code is not running as expected

Input: type = "transaction" , someproperty = "something"

Code: <template if="{{type=== 'Transaction' && someproperty}}">...</template>

However, the following code works
Code: <template if="{{type=== 'Transaction' }}"><template if="{{someproperty}}">...</template></template>

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

      0