Commit 2b783645 authored by TasteBot's avatar TasteBot

update the build files for gh-pages [ci skip]

parent d1fb1418
......@@ -74,6 +74,7 @@ angular.module('todomvc')
todo.title = todo.title.trim();
if (todo.title === $scope.originalTodo.title) {
$scope.editedTodo = null;
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment