We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21dba3 commit a8b8553Copy full SHA for a8b8553
app/assets/javascripts/controllers/todo_controller.js
@@ -1,4 +1,4 @@
1
-function TodoController($scope, $http, $location, todoFactory) {
+function TodoController($scope, $location, todoFactory) {
2
loadTodos();
3
4
$scope.newTodo = function() {
0 commit comments