Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs/deprecated properties and bindings #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hthetiot
Copy link
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.

None yet

1 participant