Skip to content

Commit d3323a8

Browse files
author
William Bagayoko
committed
fix
1 parent 73225ad commit d3323a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-Todo-Maps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h3>{{infow.data.title}}</h3>
379379
{ completed: true } : null;
380380
});
381381

382-
$scope.$watch('location.path() + todos.nextId', function () {
382+
$scope.$watch('location.path() + todos.nextId + todos.remainingCount()', function () {
383383
var i,
384384
todos = todosService.filtered(),
385385
map = mapService.getMap(),

0 commit comments

Comments
 (0)