viz: Fix namespace root's paper-autocomplete

The paper-autocomplete Was not listening to input event properly.
It seemed to be firing too early, before it updated its internal value.
This was a bug with probably Polymer and mercury.
Mercury's capturing mode messes with Polymer.

Anyway, waiting 0ms before retrieving the value seems to be the right
solution, in this single instance.

Change-Id: I056738577d46a03875a88c1feb89ebbbce890cc7
1 file changed
tree: 66f2d6de90f829383f870d9256a6c1b0b36d1ac1
  1. go/
  2. public/
  3. scripts/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintrc
  8. bower.json
  9. css-transform.js
  10. main-transform.js
  11. Makefile
  12. md-transform.js
  13. package.json
  14. README.md
  15. web-component-dependencies.html
README.md

Viz Vanadium Viewer

Viz is a browser-like application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.

The Extension

You must have the Vanadium Extension installed on Chrome to run this.

Get it here: https://chrome.google.com/webstore/detail/vanadium-extension/jcaelnibllfoobpedofhlaobfcoknpap

Building

Before you can run Viz, you need to build. Simply run:

make

Running

make start

and navigate to http://localhost:9000

to stop simply CTRL-C the console running the make start

If you have any problems after updating the code, try

make clean
make start