Commit cc1e379f15876b7c324341036456cee7568fe3fe
1 parent
1aaa68ab6e
Exists in
master
fix parametros
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -6,9 +6,9 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
6 | 6 | '$uibModal', |
7 | 7 | '$location', |
8 | 8 | 'focaCrearCobranzaService', |
9 | - 'focaModalService', | |
10 | - '$cookies', | |
9 | + 'focaModalService', | |
11 | 10 | '$filter', |
11 | + '$cookies', | |
12 | 12 | 'focaSeguimientoService', |
13 | 13 | 'focaBotoneraLateralService', |
14 | 14 | function($scope, $rootScope, $timeout, $uibModal, $location, focaCrearCobranzaService, |