Commit 0794d8ff037b5f15666b01fa01f08518d09c11ca
1 parent
b511f92175
Exists in
master
and in
1 other branch
Ultimos cambios José.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/js/controller.js
1 | 1 | angular.module('focaModalPuntoDescarga') |
2 | 2 | .controller('focaModalPuntoDescargaController', [ |
3 | - '$timeout', | |
4 | - '$filter', | |
5 | 3 | '$scope', |
6 | 4 | '$uibModalInstance', |
7 | 5 | 'focaModalPuntoDescargaService', |
8 | 6 | 'filters', |
9 | 7 | 'focaModalService', |
10 | - function($timeout, $filter, $scope, $uibModalInstance, | |
8 | + function($scope, $uibModalInstance, | |
11 | 9 | focaModalPuntoDescargaService, filters, focaModalService) { |
12 | 10 | |
11 | + console.log('filters', filters); | |
12 | + | |
13 | 13 | $scope.cantidadArticulo = 0; |
14 | 14 | $scope.articuloSeleccionado = 0; |
15 | 15 | $scope.ivas = []; |