Commit 0c4b4d8187950a8aba86615180daa73b4b6d3dba

Authored by Jose Pinto
1 parent e335c6d95f
Exists in master

fuera funcion removecabecera

Showing 1 changed file with 0 additions and 7 deletions   Show diff stats
src/js/controller.js
... ... @@ -401,13 +401,6 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl',
401 401 $scope.hojaRuta.litros = litros;
402 402  
403 403 };
404   -
405   - /*function removeCabecera(label) {
406   - var propiedad = $filter('filter')($scope.cabecera, {label: label}, true);
407   - if(propiedad.length === 1){
408   - $scope.cabecera.splice($scope.cabecera.indexOf(propiedad[0]), 1);
409   - }
410   - }*/
411 404 }
412 405 ]
413 406 )