David 9 년 전
부모
커밋
9ad5415d0f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/editPedidoCtrl.js

+ 1 - 0
controllers/editPedidoCtrl.js

@@ -1,3 +1,4 @@
+/* globals pedidosService: true */
 app.controller('editPedidoCtrl', function ($scope, $http, $routeParams, notify, $location, $timeout, editing) {
 	$scope.cero=true;
 	$scope.total=0;