{"id":17458157,"url":"https://github.com/pocesar/angular-name-validation","last_synced_at":"2025-07-02T22:38:21.130Z","repository":{"id":21460751,"uuid":"24779209","full_name":"pocesar/angular-name-validation","owner":"pocesar","description":"Angular directive for validating UTF-8 full names on text inputs","archived":false,"fork":false,"pushed_at":"2015-05-04T22:12:52.000Z","size":144,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T06:28:47.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/pocesar.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-10-04T01:43:18.000Z","updated_at":"2017-09-18T18:21:45.000Z","dependencies_parsed_at":"2022-09-01T12:31:51.217Z","dependency_job_id":null,"html_url":"https://github.com/pocesar/angular-name-validation","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pocesar/angular-name-validation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocesar%2Fangular-name-validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocesar%2Fangular-name-validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocesar%2Fangular-name-validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocesar%2Fangular-name-validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pocesar","download_url":"https://codeload.github.com/pocesar/angular-name-validation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocesar%2Fangular-name-validation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263228430,"owners_count":23433974,"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-10-18T03:55:42.753Z","updated_at":"2025-07-02T22:38:21.106Z","avatar_url":"https://github.com/pocesar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"angular-name-validation\n=======================\n\nAngular directive for validating UTF-8 full names on text inputs\n\n## Usage\n\n```js\nangular.module('yourapp', ['nameValidation']).controller('InYourController', ['nameValidation', function(nameValidation){\n  this.valid = nameValidation('\\u1920\\u8212 \\u8211');\n}]);\n```\n\n```html\n\u003cform name=\"ctrl.form\"\u003e\n  \u003cinput type=\"text\" name-validation ng-model=\"ctrl.name\" name=\"name\"\u003e\n  \u003cdiv ng-show=\"ctrl.form.name.$error.fullname\"\u003e\n    Please fill in a valid full name\n  \u003c/div\u003e\n\u003c/form\u003e\n```\n\n\nif invalid, the `fullname` key will be added to the `$error` object on the `ngModel`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocesar%2Fangular-name-validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpocesar%2Fangular-name-validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocesar%2Fangular-name-validation/lists"}