Closed rhclayto closed 8 years ago
While trying to use this module, I encountered an error with the default URL for the template defined in the directive.
function linkFn(scope, iElement, iAttrs) { scope.template = scope.template || 'views/ng-photoswipe.html'; scope.$on(scope.startOn, function () { scope.start(); });
This caused my browser to look for the template at http://example.com/views/ng-photoswipe.html, rather than within the ng-photoswipe directory (in bower_components).
@rhclayto I'll work on this soon, thanks
@rhclayto If you still have issues with the template let me know. Here a working fiddle
Hi @m00s , I am still not able to run this.Can you please share a working copy
While trying to use this module, I encountered an error with the default URL for the template defined in the directive.
This caused my browser to look for the template at http://example.com/views/ng-photoswipe.html, rather than within the ng-photoswipe directory (in bower_components).