diff --git a/shop/static/shop/js/search-form.js b/shop/static/shop/js/search-form.js index 11b940b6d..383cba1b4 100644 --- a/shop/static/shop/js/search-form.js +++ b/shop/static/shop/js/search-form.js @@ -6,7 +6,8 @@ var djangoShopModule = angular.module('django.shop.search', ['django.shop.utils' // Directive
to be used in the form containing the input field // for entering the search query -djangoShopModule.directive('shopProductSearch', ['$location', '$timeout', 'djangoShop', function($location, $timeout, djangoShop) { +djangoShopModule.directive('shopProductSearch', ['$location', '$timeout', 'djangoShop', + function($location, $timeout, djangoShop) { return { require: 'form', restrict: 'AC',