{"id":23338740,"url":"https://github.com/appfeel/angular-elevate-zoom","last_synced_at":"2026-01-19T22:32:11.902Z","repository":{"id":58246416,"uuid":"42546224","full_name":"appfeel/angular-elevate-zoom","owner":"appfeel","description":"Angular Elevated Zoom jquery wrapper","archived":false,"fork":false,"pushed_at":"2015-10-21T15:41:21.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-11T02:32:23.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appfeel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-15T20:59:24.000Z","updated_at":"2015-09-15T20:59:24.000Z","dependencies_parsed_at":"2022-08-31T00:21:49.562Z","dependency_job_id":null,"html_url":"https://github.com/appfeel/angular-elevate-zoom","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/appfeel/angular-elevate-zoom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fangular-elevate-zoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fangular-elevate-zoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fangular-elevate-zoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fangular-elevate-zoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appfeel","download_url":"https://codeload.github.com/appfeel/angular-elevate-zoom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appfeel%2Fangular-elevate-zoom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-21T03:16:17.882Z","updated_at":"2026-01-19T22:32:11.884Z","avatar_url":"https://github.com/appfeel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"angular-elevate-zoom\n========================\n\nDirective \u0026 service to wrap [elevate zoom](http://www.elevateweb.co.uk/image-zoom/examples). This directive requires [elevate zoom](https://github.com/elevateweb/elevatezoom) which also depends on jQuery.\n\n## Requirements\n- ([jQuery](http://jquery.com/))\n- ([elevate zoom](https://github.com/elevateweb/elevatezoom))\n- ([AngularJS](http://angularjs.org/))\n\n## Install\n\n```bash\n$ bower install angular-elevate-zoom\n```\n\n### Example\n\nPlace this code in your html:\n\n```html\n\n\u003cscript src=\"../bower_components/angular-elevate-zoom/build/angular-elevate-zoom.min.js\"\u003e\u003c/script\u003e\n\n\u003cdiv class=\"col-lg-10 carousel slide\"\u003e\n    \u003cdiv class=\"carousel-inner\"\u003e\n        \u003cdiv class=\"item\" ng-class=\"{active: $index === 0}\" ng-repeat=\"image in images\"\u003e\n            \u003cimg id=\"catImg-{{$index}}\" class=\"img-responsive\" ez-zoom ng-src=\"{{image.catalog}}\" alt=\"{{image.alt}}\" title=\"{{image.alt}}\" ez-zoom-config=\"{'tint':true, 'tintColour':'#F90', 'tintOpacity':0.5}\" ez-zoom-image=\"{{selectedCarouselImage == $index ? image.zoom : ''}}\"\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\nAdd the dependency in your angular app:\n\n```javascript\nangular.module('myApp', ['angular-elevate-zoom']);\n```\n\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2015 AppFeel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfeel%2Fangular-elevate-zoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappfeel%2Fangular-elevate-zoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappfeel%2Fangular-elevate-zoom/lists"}