Commit 3fa235a9 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #1153 from jnthas/master

Bug fix in angular example (issue #1083)
parents b55589f1 e8c21d6e
......@@ -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