Commit 9a12d47f authored by Matheus Miranda's avatar Matheus Miranda
Browse files

Fix factory name

parent 5ab4e788
......@@ -27,7 +27,7 @@
}).factory('ClassroomReport', function($resource){
return $resource(BASE_API_URL + '/classroom-report/', {}, {
});
}).factory('FilterOptions', function($resource){
}).factory('GeneralFilterOptions', function($resource){
return $resource(BASE_API_URL + '/report-filters/', {}, {
});
}).factory('RoleParticipationReport', function($resource){
......
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