Commit ad1f83ff27b281d18f0d897fc1abb1c480d6e950

Authored by Nicolás Guarnieri

Merge branch 'master' into 'master'

Master

See merge request !11
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 }