You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great demo! However, there's an issue in leveraging this example going forward.
I was testing out your app but when I tried to assemble it piece by piece my version wouldn't read from Parse without a webpage reload. I finally figured out that they added caching in beta 14. When I added cache: false to the todos.html controller it fixed.
The text was updated successfully, but these errors were encountered:
Agreed. I had to add "cache: false," to this section or the list on the main screen wouldn't refresh.
$stateProvider.state('todos',{
cache: false,
url:'/todos',
controller:'TodoListController',
templateUrl:'views/todos.html'
})
bennett-elder
added a commit
to bennett-elder/ionic-parse-todo-app
that referenced
this issue
Jun 25, 2015
Great demo! However, there's an issue in leveraging this example going forward.
I was testing out your app but when I tried to assemble it piece by piece my version wouldn't read from Parse without a webpage reload. I finally figured out that they added caching in beta 14. When I added cache: false to the todos.html controller it fixed.
The text was updated successfully, but these errors were encountered: