Skip to content

Commit

Permalink
awesto#859 forgot to return the config
Browse files Browse the repository at this point in the history
  • Loading branch information
execut committed Jun 25, 2021
1 parent 6ad3f43 commit 2002c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shop/static/shop/js/catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ djangoShopModule.controller('CatalogListController', ['$log', '$scope', '$http',
}
}
}

return config;
};

this.resetProductsList = function() {
Expand Down

0 comments on commit 2002c79

Please sign in to comment.