From 1a818011ea7d1571b24304c5db57758a2ede8149 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Tue, 23 Oct 2018 15:37:27 -0300 Subject: [PATCH] =?UTF-8?q?-=20Cambios=20seg=C3=BAn=20code=20review.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index ba9d130..51d4b88 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -3,14 +3,14 @@ angular.module('focaCrearNotaPedido') ['$scope', '$uibModal', 'crearNotaPedidoService', 'focaModalService', function($scope, $uibModal, crearNotaPedidoService, focaModalService) { $scope.botonera = [ - {texto: 'moneda', accion: function(){console.log('moneda');}}, + {texto: 'moneda', accion: function() {console.log('moneda');}}, { texto: 'precios y condiciones', - accion: function(){$scope.abrirModalListaPrecio();}}, - {texto: 'flete', accion: function(){$scope.abrirModalFlete();}}, - {texto: 'bomba', accion: function(){}}, - {texto: 'detalle', accion: function(){}}, - {texto: 'totales', accion: function(){}} + accion: function() {$scope.abrirModalListaPrecio();}}, + {texto: 'flete', accion: function() {$scope.abrirModalFlete();}}, + {texto: 'bomba', accion: function() {}}, + {texto: 'detalle', accion: function() {}}, + {texto: 'totales', accion: function() {}} ]; $scope.show = false; $scope.cargando = true; -- 1.9.1