{"id":37419359,"url":"https://github.com/ymyang/ng-filedrop","last_synced_at":"2026-01-16T06:05:01.309Z","repository":{"id":57310675,"uuid":"44215036","full_name":"ymyang/ng-filedrop","owner":"ymyang","description":"file drop directive for angular","archived":false,"fork":false,"pushed_at":"2016-07-15T06:56:30.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T21:48:41.740Z","etag":null,"topics":["angular","file-drop"],"latest_commit_sha":null,"homepage":null,"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/ymyang.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-10-14T00:56:49.000Z","updated_at":"2017-08-23T22:35:49.000Z","dependencies_parsed_at":"2022-08-26T04:50:40.054Z","dependency_job_id":null,"html_url":"https://github.com/ymyang/ng-filedrop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ymyang/ng-filedrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyang%2Fng-filedrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyang%2Fng-filedrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyang%2Fng-filedrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyang%2Fng-filedrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymyang","download_url":"https://codeload.github.com/ymyang/ng-filedrop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyang%2Fng-filedrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"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":["angular","file-drop"],"created_at":"2026-01-16T06:05:01.085Z","updated_at":"2026-01-16T06:05:01.297Z","avatar_url":"https://github.com/ymyang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ng-fileDrop\nfile drop directive for angular\n\n# 使用\n\n```javascript\n\n\u003cscript src=\"./angular.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"../dist/ng-fileDrop.min.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n\n  window.ondragover = function(e) {\n    e.preventDefault();\n    return false;\n  };\n  window.ondrop = function(e) {\n    e.preventDefault();\n    return false;\n  };\n\n  angular.module('app', ['ng-fileDrop']).controller('AppCtrl', function($scope, $log) {\n\n    $scope.ondrop = function(files) {\n      $log.debug('ondrop:', files);\n    };\n\n  });\n\u003c/script\u003e\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymyang%2Fng-filedrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymyang%2Fng-filedrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymyang%2Fng-filedrop/lists"}