Hi all,
I'm working on a project with angular and I'm really struggling to
make my view and corresponding controller open up pretty photo modal
window when link is clicked (PrettyPhoto (documentation here
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/documentation/))
Sample pretty photo call from javascript:
$.prettyPhoto.open('images/fullscreen/
image.jpg','Title','Description');
Guess the scope is the problem. Is there any way to pass prettyphoto
to current controller so when I type $.prettyPhoto.open() it sees it.
Thanks all, so far it's been a pleasure using this framework.