{"id":18451510,"url":"https://github.com/geoffreybauduin/angular-scroll-pane","last_synced_at":"2026-03-06T13:04:15.012Z","repository":{"id":19658175,"uuid":"22911149","full_name":"geoffreybauduin/angular-scroll-pane","owner":"geoffreybauduin","description":"AngularJS directive to use jScrollPane https://github.com/vitch/jScrollPane","archived":false,"fork":false,"pushed_at":"2016-09-30T16:28:35.000Z","size":58,"stargazers_count":10,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-10T07:40:36.011Z","etag":null,"topics":["angular","jscrollpane","scrolling"],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/geoffreybauduin.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":"2014-08-13T09:58:17.000Z","updated_at":"2017-06-28T14:43:47.000Z","dependencies_parsed_at":"2022-08-24T14:07:18.595Z","dependency_job_id":null,"html_url":"https://github.com/geoffreybauduin/angular-scroll-pane","commit_stats":null,"previous_names":["lght/angular-scroll-pane"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/geoffreybauduin/angular-scroll-pane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffreybauduin%2Fangular-scroll-pane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffreybauduin%2Fangular-scroll-pane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffreybauduin%2Fangular-scroll-pane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffreybauduin%2Fangular-scroll-pane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geoffreybauduin","download_url":"https://codeload.github.com/geoffreybauduin/angular-scroll-pane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffreybauduin%2Fangular-scroll-pane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30178286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["angular","jscrollpane","scrolling"],"created_at":"2024-11-06T07:28:54.354Z","updated_at":"2026-03-06T13:04:12.736Z","avatar_url":"https://github.com/geoffreybauduin.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"angular-scroll-pane\n===================\n\n[![Build Status](https://travis-ci.org/lght/angular-scroll-pane.svg?branch=master)](https://travis-ci.org/lght/angular-scroll-pane)\n\nAngularJS directive to use jScrollPane https://github.com/vitch/jScrollPane\n\n## How to install\n\n - With bower\n\t - `bower install --save angular-scroll-pane`\n - Manually\n\t - `dist/angular-jscrollpane.min.js`\n\n## What to include\n\nMake sure you are including `jQuery`, `Angular` and `jScrollPane` along with `angular-scroll-pane`.\n\n## How to use this module\n\n```\nangular.module(\"app\", ['ngJScrollPane']);\nangular.module(\"app\").controller(\"MyCtrl\", function () {\n\t$scope.paneConfig = {\n\t\tverticalDragMinHeight: 40\n\t}\n});\n\n\u003chtml\u003e\n\t\u003cbody ng-app=\"app\"\u003e\n\t\t\u003cdiv ng-controller=\"MyCtrl\"\u003e\n\t\t\t\u003cdiv scroll-pane scroll-config=\"paneConfig\" id=\"myScrollPane\"\u003e\n\t\t\t\tMy content needing a scroll pane\n\t\t\t\u003c/div\u003e\n\t\t\u003c/div\u003e\n\t\u003c/body\u003e\n\u003c/html\u003e\n```\n\n**Don't forget to specify an id (or an attribute 'scroll-name') for your scroll pane, otherwise it won't be working**\n\n### Always scroll to top\n\nIf need just specify atribute scroll-always-top. For example, good thing for custom autocomplete list.\n\n```\n\u003cinput type=\"text\" ng-model=\"someText\" /\u003e\n\u003cdiv scroll-pane scroll-config=\"paneConfig\" id=\"myScrollPane\" scroll-always-top=\"{{someText}}\"\u003e\n    \u003cdiv ng-repeat=\"item in items track by $index\"\u003e\n        \u003cspan\u003e{{item}}\u003c/span\u003e\n    \u003c/div\u003e            \n\u003c/div\u003e\n```\n\n### Reinitialize the pane\n\nIf you want to reinitialize the pane, you can broadcast `reinit-pane` with the ID of the DOM Element.\n\n## Contributing\n\nIf you wish to contribute, fork this repository.\n\n`grunt build` builds the module.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Geoffrey Bauduin\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\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffreybauduin%2Fangular-scroll-pane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeoffreybauduin%2Fangular-scroll-pane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeoffreybauduin%2Fangular-scroll-pane/lists"}