From de08e17f781d1de99246bdfb6d53b5b088a1cf51 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Mon, 27 Apr 2020 17:08:28 +0200 Subject: [PATCH] wrap lines --- shop/static/shop/js/search-form.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',