Commit 907852292cc2a630ab94968a075173e479fe2690
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request !25
Showing
1 changed file
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, |