diff --git a/src/js/controller.js b/src/js/controller.js index 9ac53bb..e311dfc 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -13,7 +13,9 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', texto: 'Precios y condiciones', accion: function() {$scope.abrirModalListaPrecio();}}, {texto: 'Flete', accion: function() {$scope.abrirModalFlete();}}, - {texto: 'Totales', accion: function() {}} + {texto: 'Totales', accion: function() {}}, + {texto: '', accion: function() {}}, + {texto: '', accion: function() {}} ]; $scope.show = false; diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 78bc9b1..2adf390 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -11,7 +11,7 @@