Skip to content

Commit

Permalink
wrap lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Apr 27, 2020
1 parent 9863abb commit de08e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shop/static/shop/js/search-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ var djangoShopModule = angular.module('django.shop.search', ['django.shop.utils'

// Directive <form shop-product-search ...> 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',
Expand Down

0 comments on commit de08e17

Please sign in to comment.