Commit 6560d51b004fe7fb1fbe24660b31ec9845319c3f

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'develop'

Master(efernandez)

See merge request !85
src/js/controller.js
... ... @@ -837,6 +837,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
837 837 articulo.precio = parseFloat(articulo.precio);
838 838 };
839 839  
  840 + // TODO: quitar watch usar función de articulos pedido cuando se haga
840 841 $scope.$watch('notaPedido.articulosNotaPedido', function() {
841 842 if ($scope.notaPedido.articulosNotaPedido.length) {
842 843 $filter('filter')($scope.botonera,