Skip to content

Commit a8b8553

Browse files
author
Jaco Pretorius
committed
Removing unused reference in controller
1 parent c21dba3 commit a8b8553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/controllers/todo_controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function TodoController($scope, $http, $location, todoFactory) {
1+
function TodoController($scope, $location, todoFactory) {
22
loadTodos();
33

44
$scope.newTodo = function() {

0 commit comments

Comments
 (0)