Commit b57e4439bb4a47425f9643ed6eff365a68b6a610
1 parent
ea089af494
Exists in
master
and in
2 other branches
demo jorge
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -6,6 +6,7 @@ angular.module('focaBotoneraFacturador') |
6 | 6 | function($scope, $window, APP) { |
7 | 7 | this.$onInit = function() { |
8 | 8 | $scope.botones = $scope.$ctrl.botones; |
9 | + //TODO: controlar que no se estiren los botones | |
9 | 10 | if(APP) return; |
10 | 11 | var max = ($scope.$ctrl.max) ? $scope.$ctrl.max : 12; |
11 | 12 | if($window.innerWidth > 576) { |