thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Getting length undefined after login #98

Closed deadlyfingers closed 8 years ago

deadlyfingers commented 8 years ago

Binding issue

Uncaught TypeError: Cannot read property 'length' of undefined

at L468

var i = this.get('addressBook.rows').length;
deadlyfingers commented 8 years ago

Need to protect against race condition between load contacts on view did appear and the contact changed event.