mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
style forms, and associate products with user
This commit is contained in:
parent
e5708e9e5f
commit
e7d6b66f70
11 changed files with 90 additions and 21 deletions
|
@ -209,7 +209,8 @@ angular
|
|||
console.log('fetch products...');
|
||||
$http.get('logged/get-my-products').then((rep) => {
|
||||
|
||||
console.log('ok', rep);
|
||||
// console.log('ok', rep);
|
||||
console.log('rep.data', rep.data)
|
||||
customCategories = [];
|
||||
for (let c of rep.data.categories) {
|
||||
c.hidden = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue