Commit 8cf02a3814c3d6282ef0185b284d83e14556cd50
1 parent
3eae97634e
Exists in
master
Borrado spinner.
Showing
2 changed files
with
0 additions
and
7 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -17,7 +17,6 @@ angular.module('focaHojaRuta') |
17 | 17 | $scope.comprobante = '00000000'; |
18 | 18 | } |
19 | 19 | function init() { |
20 | - $scope.showLoading = true; | |
21 | 20 | hojaRutaService.getHojaRuta(loginData.chofer) |
22 | 21 | .then(function (res) { |
23 | 22 | console.log(res.data); |
... | ... | @@ -30,7 +29,6 @@ angular.module('focaHojaRuta') |
30 | 29 | $filter('comprobante') |
31 | 30 | ([hojaRuta.sucursal, hojaRuta.numeroHojaRuta]); |
32 | 31 | }); |
33 | - $scope.showLoading = false; | |
34 | 32 | focaModalService.modal(parametrosModalHojasDeRuta(hojasDeRuta)) |
35 | 33 | .then(function (hojaRuta) { |
36 | 34 | if (hojaRuta) { |
src/views/lista-hoja-ruta.html
... | ... | @@ -163,8 +163,3 @@ |
163 | 163 | </div> |
164 | 164 | </div> |
165 | 165 | </div> |
166 | -<div ng-show="showLoading == true" class="cover-spin align-items-center justify-content-center"> | |
167 | - <div class="spinner-border foca-text-danger m-2" style="width: 3rem; height: 3rem;" role="status"> | |
168 | - </div> | |
169 | - <strong>Cargando informacion...</strong> | |
170 | -</div> |