microsoft / ngconf2015demo

TodoMVC application demo for ng-conf 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persisted todos don't appear initially on page refresh

robertpenner opened this issue · comments

Expected

When todos are added and the page is refreshed, the persisted items should appear.

Actual

The persisted todos don't appear until user interaction happens, e.g. typing, switching filter.