{"id":20314366,"url":"https://github.com/normandy72/1-time-binding","last_synced_at":"2026-05-15T18:06:32.247Z","repository":{"id":153902725,"uuid":"585691338","full_name":"Normandy72/1-Time-Binding","owner":"Normandy72","description":"2-way, 1-way and 1-time Binding in AngularJS.  Coursera course \"Single Page Web Applications with AngularJS\" by Yaakov Chaikin.","archived":false,"fork":false,"pushed_at":"2023-01-05T21:08:57.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T12:46:47.017Z","etag":null,"topics":["angular","angularjs","html","html5","javascript","js"],"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/Normandy72.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-05T20:28:38.000Z","updated_at":"2023-01-05T20:31:15.000Z","dependencies_parsed_at":"2023-05-06T16:46:14.780Z","dependency_job_id":null,"html_url":"https://github.com/Normandy72/1-Time-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/Normandy72%2F1-Time-Binding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Normandy72%2F1-Time-Binding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Normandy72%2F1-Time-Binding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Normandy72%2F1-Time-Binding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Normandy72","download_url":"https://codeload.github.com/Normandy72/1-Time-Binding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818842,"owners_count":20025208,"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":["angular","angularjs","html","html5","javascript","js"],"created_at":"2024-11-14T18:14:58.504Z","updated_at":"2025-10-29T05:06:47.577Z","avatar_url":"https://github.com/Normandy72.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Examples of Binding\n__2-way binding__\n```\n\u003cinput type=\"text\" ng-model=\"name\"\u003e\n```\n_2-way binding (ng-model) means:_\n* _listener for change on input automatically set up by Angular updates prop value on $scope_\n* _direct update to prop value is automatically updated in UI_\n\n__1-way binding__\n```\n\u003cdiv\u003eEcho: {{lastName}} \u003c/div\u003e\n```\n_1-way binding ({{prop}}) means:_\n* _direct update to prop value is automatically updated in UI_\n\n__1-time binding__\n```\n\u003cdiv\u003eEcho: {{::fullName}} \u003c/div\u003e\n```\n_1-time binding ({{::prop}}) means:_\n* _initialized value of prop is automatically updated in UI_\n* _watcher for prop is removed, so UI never again gets updated_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormandy72%2F1-time-binding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormandy72%2F1-time-binding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormandy72%2F1-time-binding/lists"}