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
this what happened to my angular photoswipe
when i route to another page after clicking the image and opening photoswipe
the page redirect me to home
but https://vimeo.com/264213915
this video shows okay i used to click the another album after clicking the image then route to
another page and it works fine
i did not used all your codes
this is my html codes
i just paste all the codes that need only to use photoswipe
sorry i modify your codes but this codes works fine, but when i used your code im having a problem in
closing and opening the photoswip so i modify some of your codes.
The text was updated successfully, but these errors were encountered:
yes @m00s , my only problem is when i route to page after clicking the image and open it with photoswipe the page return to home not to the page im routing
https://vimeo.com/264209784
this what happened to my angular photoswipe
when i route to another page after clicking the image and opening photoswipe
the page redirect me to home
but
https://vimeo.com/264213915
this video shows okay i used to click the another album after clicking the image then route to
another page and it works fine
i did not used all your codes
this is my html codes
then this is my directive
`var photoSwipe = function (c, h, temp) {
return {
restrict: 'AE',
replace: true,
scope: {
open: '=',
options: '=',
slides: '=',
slideSelector: '@',
template: '@'
},
link: function (scope, element, attrs) {
scope.template = scope.template || 'dialogs/PhotoSwipe.html';
then this is my controller
$s.Pictures.options = { index: 0 }
i just paste all the codes that need only to use photoswipe
sorry i modify your codes but this codes works fine, but when i used your code im having a problem in
closing and opening the photoswip so i modify some of your codes.
The text was updated successfully, but these errors were encountered: