From 2fa7e3338390f15b99c809fa4d4d2340656ee151 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Sat, 7 Jun 2014 13:27:10 +0530 Subject: [PATCH] Fix: Error in Product Detail Controller --- brewman/static/scripts/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;