You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Socially - Angular 1]
Hi,
Don´t know if this is an issue, but following the tutorial couldn´t get images order to be persisted after sorting in the view. My take on this was sorting files array (instead of thumbs) and creating a new component to show corresponding thumb image. Probably not a good practice, but here it goes:
[Socially - Angular 1]
Hi,
Don´t know if this is an issue, but following the tutorial couldn´t get images order to be persisted after sorting in the view. My take on this was sorting files array (instead of thumbs) and creating a new component to show corresponding thumb image. Probably not a good practice, but here it goes:
Step 20.36
imports/ui/components/partyUpload/partyUpload.html
Then, new view
imports/ui/components/thumbImage/thumbImage.html
and new component
imports/ui/components/thumbImage/thumbImage.js
Imported into Step 20.37
imports/ui/components/partyUpload/partyUpload.js
Finally, changed Thumbs publication Step 20.31 in
imports/api/images/publish.js
to:Thanks!
The text was updated successfully, but these errors were encountered: