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;