diff --git a/brewman/static/scripts/product.js b/brewman/static/scripts/product.js index b625df8e..ed209a29 100644 --- a/brewman/static/scripts/product.js +++ b/brewman/static/scripts/product.js @@ -61,7 +61,7 @@ ProductListCtrl.resolve = { }] }; -var ProductCtrl = ['$scope', '$location', '$window', '$modal', 'product', 'product_groups', function ($scope, $location, $window, $modal, product, productGroups) { +var ProductCtrl = ['$scope', '$location', '$window', '$modal', 'product', 'productGroups', function ($scope, $location, $window, $modal, product, productGroups) { $scope.product = product; $scope.productGroups = productGroups;