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