diff --git a/src/js/controller.js b/src/js/controller.js index 3c7b68c..e98adf5 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -557,7 +557,6 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', ); modalInstanceDomicilio.result.then( function (domicilio) { - $scope.showLoading = true; $scope.notaPedido.domicilio = domicilio; $scope.notaPedido.cliente = { COD: cliente.cod, @@ -603,8 +602,6 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', { label: 'Cliente' })[0].checked = true; $filter('filter')($scope.botonera, { label: 'Domicilio de Entrega' })[0].checked = true; - - $scope.showLoading = false; }) .catch(function (e) { console.log(e); }); }, function () { diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 2a32ab7..2cb358d 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -422,8 +422,3 @@ -
-
-
- Cargando informacion... -