diff --git a/www/js/app.js b/www/js/app.js index 2747fc5..6e941f3 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -19,6 +19,7 @@ angular.module('todoApp', ['ionic','todoApp.controllers','todoApp.services']) }); }).config(function($stateProvider){ $stateProvider.state('todos',{ + cache: false, url:'/todos', controller:'TodoListController', templateUrl:'views/todos.html'