Commit 8f4135a078429aaa1ada1abd3e327828c8daa5aa
1 parent
57fa1968f2
Exists in
master
fuera salto de linea
Showing
1 changed file
with
0 additions
and
1 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -126,7 +126,6 @@ angular.module('focaAbmVendedorCobrador') | 
| 126 | 126 | function actualizarTabla() { | 
| 127 | 127 | focaAbmVendedorCobradorService.getVendedoresCobradores().then(function(res) { | 
| 128 | 128 | $scope.vendedoresCobradores = res.data; | 
| 129 | - | |
| 130 | 129 | $scope.search(); | 
| 131 | 130 | }); | 
| 132 | 131 | } |