{"_id":"@codemotion/angular-photoswipe","_rev":"14-8ee5239a7093c1872f95adfd905a089d","name":"@codemotion/angular-photoswipe","description":"An AngularJS wrapper for PhotoSwipe","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@codemotion/angular-photoswipe","version":"0.0.1","description":"An AngularJS wrapper for PhotoSwipe","main":"index.js","keywords":["angular","PhotoSwipe","image","gallery"],"dependencies":{"photoswipe":"4.1.2"},"peerDependencies":{"angular":"^1.4.0"},"author":{"name":"Massimiliano Sartoretto","email":"massimilianosartoretto@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/codemotionapps/angular-photoswipe.git"},"license":"MIT","gitHead":"e8d3d6ec3ca33813bd175bbb829afbacc8db3003","bugs":{"url":"https://github.com/codemotionapps/angular-photoswipe/issues"},"homepage":"https://github.com/codemotionapps/angular-photoswipe#readme","_id":"@codemotion/angular-photoswipe@0.0.1","scripts":{},"_shasum":"67113e6c7605671f35efaad227664649cf7a4e73","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"dimitarnestorov","email":"mitkones@gmail.com"},"dist":{"shasum":"67113e6c7605671f35efaad227664649cf7a4e73","tarball":"https://registry.npmjs.org/@codemotion/angular-photoswipe/-/angular-photoswipe-0.0.1.tgz","integrity":"sha512-OvVxUZxMtbFo0XwEIy/GBDZBHrgtAGk63tiM0NU0G+/AB+OR5zaa9cCIZyvgpXl9bgcGXeKz5lNswGwo0h+dbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBo6y79Vu9mkmdLnGHN3c8ejTamQJ1PwtFLY5H+BmcqUAiEA2OjaWw7YFlRXxLW1eH5NSPBidIjEDIQYoqCrDtIXqP4="}]},"maintainers":[{"name":"dimitarnestorov","email":"mitkones@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/angular-photoswipe-0.0.1.tgz_1499292331944_0.37160106701776385"},"directories":{}}},"readme":"# Angular PhotoSwipe\n\nAngularJS directive for [PhotoSwipe](http://photoswipe.com/).\n\nCopyright © 2016, [Massimiliano Sartoretto](mailto:massimilianosartoretto@gmail.com)\n\nFind me on:\n[![alt text][1.1]][1]\n[![alt text][2.1]][2]\n[![alt text][6.1]][6]\n\n[1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding)\n[2.1]: http://i.imgur.com/P3YfQoD.png (facebook icon with padding)\n[6.1]: http://i.imgur.com/0o48UoR.png (github icon with padding)\n\n[1]: http://www.twitter.com/___Sarto\n[2]: http://www.facebook.com/profile.php?id=1549402605\n[6]: http://www.github.com/m00s\n\nInstallation\n------------\n\nYou can choose your preferred method of installation:\n* Through bower: `bower install ng-photoswipe --save`\n* Through npm: `npm install ng-photoswipe --save`\n* Download from github: [angular-photoswipe.min.js](https://github.com/m00s/angular-photoswipe/blob/master/angular-photoswipe.min.js)\n\nUsage\n------\nInject `ngPhotoswipe` module in your application with:\n\n``` js\nangular\n  .module('myApp', ['ngPhotoswipe'])\n```\n\nand use the directive as below:\n\n``` html\n<div ng-photoswipe\n     slides=\"slides\"\n     slide-selector=\".my-awesome-thumbnail\"\n     open=\"isOpen\"\n     on-close=\"onGalleryClose()\"\n     template=\"'./myGallery.template.html'\"\n     options=\"opts\"></div>\n```\n\nwhere `slides` is an object defining the images, and the `slideSelector` is a valid [selector](https://www.w3.org/TR/css3-selectors/#selectors) to query the gallery images.\n\nThe `open` attribute is a scope boolean that start the gallery when truthy.\n\nThe `on-close` callback will be called after the gallery closes, not surprising.\n\nYou can also provide your own `template` that will override the default one.\n\n(For further infos follow the [Official docs](http://photoswipe.com/documentation/options.html))\n\n\nChangelog\n------\n### v0.1.1 (May 12, 2016)\n* Fix overridden opts\n\n### v0.1.0 (May 05, 2016)\n* Animation support for multiple galleries\n* Fix start animation\n\n### v0.0.9 (Feb 15, 2016)\n* Add ngTemplates grunt task\n* Fix npm package version\n\n### v0.0.8 (Dec 28, 2015)\n* Add custom event to manually start Photoswipe\n* Better demo\n\n### v0.0.7 (Dec 18, 2015)\n* Better grunt build\n* Add *template* attribute to override the default html template\n\n### v0.0.6 (Dec 11, 2015)\n* Fix DI bug due to undefined controller\n* Improve jshint rules\n\n### v0.0.5 (Dec 08, 2015)\n* Update bower configuration\n\n### v0.0.4 (Aug 29, 2015)\n* Move link definition inside directive block\n\n### v0.0.3 (Aug 27, 2015)\n\n* Update demoApp\n* Better code style\n\n### v0.0.2 (Aug 27, 2015)\n\n* Add JP's jshint\n* External template compilation\n\n### v0.0.1 (Aug 26, 2015)\n\n* Add directive template\n* Add ngPhotoswipeProvider\n","maintainers":[{"email":"uffo686@gmail.com","name":"uffo"},{"email":"nikolay@yanev.co","name":"nyanev"},{"email":"nikolas181492@gmail.com","name":"nikolay_543"}],"time":{"modified":"2023-05-30T09:21:15.766Z","created":"2017-07-05T22:05:32.872Z","0.0.1":"2017-07-05T22:05:32.872Z"},"homepage":"https://github.com/codemotionapps/angular-photoswipe#readme","keywords":["angular","PhotoSwipe","image","gallery"],"repository":{"type":"git","url":"git+ssh://git@github.com/codemotionapps/angular-photoswipe.git"},"author":{"name":"Massimiliano Sartoretto","email":"massimilianosartoretto@gmail.com"},"bugs":{"url":"https://github.com/codemotionapps/angular-photoswipe/issues"},"license":"MIT","readmeFilename":"README.md"}