Commit 1a818011ea7d1571b24304c5db57758a2ede8149
1 parent
536013389c
Exists in
master
- Cambios según code review.
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -3,14 +3,14 @@ angular.module('focaCrearNotaPedido') |
3 | 3 | ['$scope', '$uibModal', 'crearNotaPedidoService', 'focaModalService', |
4 | 4 | function($scope, $uibModal, crearNotaPedidoService, focaModalService) { |
5 | 5 | $scope.botonera = [ |
6 | - {texto: 'moneda', accion: function(){console.log('moneda');}}, | |
6 | + {texto: 'moneda', accion: function() {console.log('moneda');}}, | |
7 | 7 | { |
8 | 8 | texto: 'precios y condiciones', |
9 | - accion: function(){$scope.abrirModalListaPrecio();}}, | |
10 | - {texto: 'flete', accion: function(){$scope.abrirModalFlete();}}, | |
11 | - {texto: 'bomba', accion: function(){}}, | |
12 | - {texto: 'detalle', accion: function(){}}, | |
13 | - {texto: 'totales', accion: function(){}} | |
9 | + accion: function() {$scope.abrirModalListaPrecio();}}, | |
10 | + {texto: 'flete', accion: function() {$scope.abrirModalFlete();}}, | |
11 | + {texto: 'bomba', accion: function() {}}, | |
12 | + {texto: 'detalle', accion: function() {}}, | |
13 | + {texto: 'totales', accion: function() {}} | |
14 | 14 | ]; |
15 | 15 | $scope.show = false; |
16 | 16 | $scope.cargando = true; |