update README

This commit is contained in:
Leo Horie 2016-07-28 23:39:44 -04:00
parent 91a492b2e8
commit 0ac6ef44b8
3 changed files with 42 additions and 87 deletions

View file

@ -33,7 +33,7 @@ var AppComponent = ng.core.Component({selector: "my-app"})
},
update: function() {
var self = this
self.databases = ENV.generateData(true).toArray()
self.databases = ENV.generateData().toArray()
setTimeout(function() {self.update()}, ENV.timeout)
if (renderStage === 0) {