Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

route not initializing to 'hello' #4

Open
Jeff17Robbins opened this issue Jul 30, 2014 · 1 comment
Open

route not initializing to 'hello' #4

Jeff17Robbins opened this issue Jul 30, 2014 · 1 comment

Comments

@Jeff17Robbins
Copy link

demo.html does this:

    Polymer('x-test', {
      route: 'hello'
    });

but the input box doesn't initialize to 'hello'.

If I change x-test to this:

    Polymer('x-test', {
      ready: function () {
          this.route = 'hello';
      }
    });

then the input box does initialize to 'hello'.

Assuming that route: 'hello' was meant to initialize, why doesn't it?

@1001binary
Copy link

I think that the route will begin when the polymer/flatiron-director element is ready.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants