{"id":20874000,"url":"https://github.com/dbtek/angular-scroll-section-loader","last_synced_at":"2025-07-13T12:43:22.893Z","repository":{"id":16132492,"uuid":"18877783","full_name":"dbtek/angular-scroll-section-loader","owner":"dbtek","description":"Angular directive for auto section loading with scroll event","archived":false,"fork":false,"pushed_at":"2016-03-09T16:51:29.000Z","size":176,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T07:12:23.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbtek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-17T12:37:37.000Z","updated_at":"2014-10-23T12:12:21.000Z","dependencies_parsed_at":"2022-09-11T06:51:48.661Z","dependency_job_id":null,"html_url":"https://github.com/dbtek/angular-scroll-section-loader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fangular-scroll-section-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fangular-scroll-section-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fangular-scroll-section-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fangular-scroll-section-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbtek","download_url":"https://codeload.github.com/dbtek/angular-scroll-section-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243248184,"owners_count":20260749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-18T06:28:46.918Z","updated_at":"2025-03-12T15:44:13.543Z","avatar_url":"https://github.com/dbtek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Angular JS Scroll Section Loader\nAuto section loader with scroll event for Angular JS.\n\n##Install\nBower: ```bower install angular-scroll-section-loader```\n\n##Usage\nInclude module in your html.\n```html\n  \u003cscript src=\"/angular-scroll-section-loader/scroll-section-loader.js\"\u003e\u003c/script\u003e\n```\n\nAdd ```scrollSectionLoader``` as a dependency in your Angular app.\n```js\n  var app = angular.module('myApp',['scrollSectionLoader']);\n```\n\nIn controller:\n```js\n  $scope.sections = ['about','services','contact']; //html files to load (about.html, etc)\n  $scope.loadedSections = [$scope.sections[0]]; //loaded html files\n```\n\nIn html:\n```html\n  \u003csection ng-repeat=\"section in loadedSections\"  \n           ng-include=\"section+'.html'\"  \n           scroll-section  \n           sections=\"sections\"  \n           loaded-sections=\"loadedSections\"\u003e  \n```\n\n##Author\nIsmail Demirbilek [@dbtek](http://twitter.com/dbtek)\n\n##License\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtek%2Fangular-scroll-section-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbtek%2Fangular-scroll-section-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtek%2Fangular-scroll-section-loader/lists"}