{"id":16068566,"url":"https://github.com/unicodeveloper/angular-elevator","last_synced_at":"2026-03-10T02:03:52.835Z","repository":{"id":30900175,"uuid":"34457950","full_name":"unicodeveloper/angular-elevator","owner":"unicodeveloper","description":"AngularJs Wrapper For Elevator.js","archived":false,"fork":false,"pushed_at":"2015-05-14T19:21:31.000Z","size":5480,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T12:42:54.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/unicodeveloper.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":"2015-04-23T13:29:58.000Z","updated_at":"2024-04-02T17:41:55.000Z","dependencies_parsed_at":"2022-06-26T15:24:03.628Z","dependency_job_id":null,"html_url":"https://github.com/unicodeveloper/angular-elevator","commit_stats":null,"previous_names":["busayo/angular-elevator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unicodeveloper/angular-elevator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fangular-elevator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fangular-elevator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fangular-elevator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fangular-elevator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicodeveloper","download_url":"https://codeload.github.com/unicodeveloper/angular-elevator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Fangular-elevator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30322637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-09T06:21:44.464Z","updated_at":"2026-03-10T02:03:47.822Z","avatar_url":"https://github.com/unicodeveloper.png","language":"HTML","readme":"# angular-elevator\n\nangular-elevator is an AngularJs directive that enables us to interact with Elevator.js easily.\n\n# Get Started\n\n**Bower:**\n\n```bash\n$ bower install angular-elevator --save\n```\n\nInclude `angular-elevator.js` from the src directory in your `index.html` after including Angular.\n\nAdd `ngElevator` to your main module's list of dependencies.\n\nWhen you're done, your setup should look similar to the following:\n\n```html\n\u003c!doctype html\u003e\n\u003chtml lang=\"en\" ng-app=\"demoapp\"\u003e\n\u003chead\u003e\n  \u003ctitle\u003eAngular Elevator Js Test\u003c/title\u003e\n\n  \u003cscript src=\"bower_components/angular/angular.min.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"bower_components/angular-elevator/src/angular-elevator.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n\n```javascript\nvar app = angular.module(\"demoapp\", [\"ngElevator\"]);\n```\n\nFinally, you must include the markup directive on your HTML page as an Element, like this:\n\n```html\n\u003celevator\u003e\u003c/elevator\u003e\n```\n\nOr as an attribute:\n\n```html\n\u003cdiv elevator\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Fangular-elevator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicodeveloper%2Fangular-elevator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Fangular-elevator/lists"}