io2014-codelabs icon indicating copy to clipboard operation
io2014-codelabs copied to clipboard

Google I/O 2014 Codelabs

Results 6 io2014-codelabs issues
Sort by recently updated
recently updated
newest added

The Step 5 code, server.js, is not working as required due to update of Socket.IO package. Currently, to find number of connected clients in room we do: var numClients =...

Cannot find source for "Polymer: Build a Declarative Web App Using GCE and Docker" https://io2014codelabs.appspot.com/static/codelabs/polymer-cloud-client/#1 says the code should be in polymer-cloud-client

I followed the tutorial on how to create a mobile app with Polymer. After all a great tutorial. Thanks guy. When I reached [step 7](http://io2014codelabs.appspot.com/static/codelabs/polymer-build-mobile/#7), the step where you add...

I think this character is not exists on Google I/O codelab. isn't it?

cla: no

The previous code shared the data array among all the instances of the polymer element. Moot in the case of a singleton, but not the intended behavior.

cla: yes

This line was left over from the initial sample app - it should be removed completely in step 2 since all the imports are in codelab-app.html.

cla: no