Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Add the ability to bind arrays #65

Open
cecilia-sanare opened this issue Oct 29, 2015 · 0 comments
Open

Add the ability to bind arrays #65

cecilia-sanare opened this issue Oct 29, 2015 · 0 comments
Assignees

Comments

@cecilia-sanare
Copy link
Contributor

// Input
{
    "paths": {
        "libraries": [
            "angular",
            "bootstrap",
            "angular-bootstrap"
        ]
    },
    "someValue": "{paths.libraries}"
}
// Result
{
    "paths": {
        "libraries": [
            "angular",
            "bootstrap",
            "angular-bootstrap"
        ]
    },
    "someValue": [
            "angular",
            "bootstrap",
            "angular-bootstrap"
    ]
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant