Commit 59d0ec308425065dfc627e4cb77b514ab1b1e912

Authored by Jose Pinto
1 parent 17bdcefdde

mobile 4 botones

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -12,7 +12,7 @@ angular.module('focaBotoneraFacturador')
12 12 $scope.botones.push('');
13 13 }
14 14 }else {
15   - while(($scope.botones.length % 3) !== 0) {
  15 + while(($scope.botones.length % 4) !== 0) {
16 16 $scope.botones.push('');
17 17 }
18 18 }