From 823bd5793e4d6999dd92255b6587a4674a9b862d Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 3 May 2019 12:42:10 -0300 Subject: [PATCH] pre commit --- src/js/controller.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index a0b8da9..5a6e040 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -8,9 +8,9 @@ angular.module('focaBotoneraFacturador') ordenarBotones(); }; - this.$onChanges = function(p) { + this.$onChanges = function() { ordenarBotones(); - } + }; function nombreFuncion(string) { var texto = 'seleccionar'; @@ -33,7 +33,7 @@ angular.module('focaBotoneraFacturador') $scope.existeFuncionDelete = function(variable) { if ($scope.$parent['clean' + variable]) return true; return false; - } + }; function ordenarBotones() { $scope.botones = $scope.$ctrl.botones; -- 1.9.1