Skip to content

Bugs/deprecated properties and bindings#82

Open
hthetiot wants to merge 3 commits intomasterfrom
bugs/deprecatedProperties
Open

Bugs/deprecated properties and bindings#82
hthetiot wants to merge 3 commits intomasterfrom
bugs/deprecatedProperties

Conversation

@hthetiot
Copy link
Copy Markdown
Contributor

This works:

{
            "test": {
                "prototype": "spec/button/button-test[Test]",
                "properties": {
                    "button": {"@": "button"}
                }
            },

            "button": {
                "prototype": "montage/ui/button.reel",
                "properties": {
                    "element": {"#": "button"}
                }
            }
        }

This fail:

{
            "test": {
                "prototype": "spec/button/button-test[Test]",
                "values": {
                    "button": {"@": "button"}
                }
            },

            "button": {
                "prototype": "montage/ui/button.reel",
                "values": {
                    "element": {"#": "button"}
                }
            }
        }

@hthetiot hthetiot changed the title Bugs/deprecated properties Bugs/deprecated properties and bindings Nov 29, 2017
@hthetiot hthetiot self-assigned this Nov 29, 2017
@hthetiot hthetiot added this to the 3.0.x milestone Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant