{"id":17706190,"url":"https://github.com/fernandomoraes/one-way-data-binding","last_synced_at":"2025-03-31T05:26:15.813Z","repository":{"id":19783391,"uuid":"23042264","full_name":"fernandomoraes/one-way-data-binding","owner":"fernandomoraes","description":"simple example unidirectional data binding template","archived":false,"fork":false,"pushed_at":"2014-08-17T14:36:06.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T09:47:43.021Z","etag":null,"topics":[],"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/fernandomoraes.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-08-17T14:27:30.000Z","updated_at":"2023-03-10T10:42:43.000Z","dependencies_parsed_at":"2022-08-24T09:00:26.333Z","dependency_job_id":null,"html_url":"https://github.com/fernandomoraes/one-way-data-binding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fone-way-data-binding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fone-way-data-binding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fone-way-data-binding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandomoraes%2Fone-way-data-binding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fernandomoraes","download_url":"https://codeload.github.com/fernandomoraes/one-way-data-binding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246420638,"owners_count":20774352,"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-24T23:07:14.117Z","updated_at":"2025-03-31T05:26:15.791Z","avatar_url":"https://github.com/fernandomoraes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"simple test:\n===========\n\n```html\n\u003cbody ow-app=\"app\"\u003e\n  \u003cdiv ow-controller=\"PersonCtrl\"\u003e\n\t\t{{name}}, {{age}} - {{city}}\n\t\u003c/div\u003e\n\t\u003cdiv ow-controller=\"CarCtrl\"\u003e\n\t\t{{name}} ({{year}})\n\t\u003c/div\u003e\n\u003c/body\u003e\n```\n\n```javascript\n(function(){\n\n\t\tnew OneWay('app')\n\t\t\t.registerController('PersonCtrl', function(scope){\n\t\t\t\tscope.name = 'Fernando Moraes';\n\t\t\t\tscope.age = 24;\n\t\t\t\tscope.city = \"Siderópolis\";\n\t\t\t})\n\t\t\t.registerController('CarCtrl', function(scope){\n\t\t\t\tscope.name = 'Fusca';\n\t\t\t\tscope.year = 1970;\n\t\t\t});\n\n\t})();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandomoraes%2Fone-way-data-binding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandomoraes%2Fone-way-data-binding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandomoraes%2Fone-way-data-binding/lists"}