{"id":15184749,"url":"https://github.com/cjsaylor/angular-workshop","last_synced_at":"2026-01-10T19:44:07.214Z","repository":{"id":25600105,"uuid":"29035096","full_name":"cjsaylor/angular-workshop","owner":"cjsaylor","description":"Angular tutorial for a workshop setting.","archived":true,"fork":false,"pushed_at":"2015-01-31T21:27:02.000Z","size":598,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2024-09-28T17:23:04.781Z","etag":null,"topics":["angular1","javascript","tutorial"],"latest_commit_sha":null,"homepage":"https://www.chris-saylor.com/angular-workshop","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/cjsaylor.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-01-09T20:58:32.000Z","updated_at":"2023-01-28T10:10:42.000Z","dependencies_parsed_at":"2022-07-30T21:08:10.923Z","dependency_job_id":null,"html_url":"https://github.com/cjsaylor/angular-workshop","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fangular-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fangular-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fangular-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fangular-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjsaylor","download_url":"https://codeload.github.com/cjsaylor/angular-workshop/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234909088,"owners_count":18905505,"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":["angular1","javascript","tutorial"],"created_at":"2024-09-27T17:23:07.870Z","updated_at":"2025-10-01T23:30:55.181Z","avatar_url":"https://github.com/cjsaylor.png","language":"JavaScript","readme":"# Angular Workshop\n\nThis repo holds the content needed for learning the basics of angular.\n\nThe `/start` subdirectory is the application before any dynamic content is added. This\nis meant for the student to begin with and add angular code/markup.\n\nEach step directory will contain overview information and a list of tasks to complete. The solution to the tasks\nare available in those directories.\n\n## Dependencies\n\nSince this is meant to be done in a workshop environment where internet connectivity is not guaranteed,\nall dependencies are committed into the `/lib` subdirectory.\n\nThe app itself is meant to run without any internet requirement.\n\n* `angular.js` - v1.3.8 (unminified)\n* `angular-route.js` - v1.3.8 (unminified)\n* `bootstrap.min.css` - v3.3\n\n## Running on local file system\n\nIn order for any of the `$http` service calls to work, you will need to open Chrome with the `--allow-file-access-from-files` flag enabled:\n\n* Mac\n\n```\n/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --allow-file-access-from-files\n```\n\n* Linux\n\n```\ngoogle-chrome --allow-file-access-from-files\n```\n\n* Windows\n\n```\nchrome.exe --allow-file-access-from-files\n```\n\n### Self hosting\n\nThere are some scripting languages that support a local webserver in place of running the browser in an unsecure fashion:\n\n* PHP 5.4+\n\n```bash\nphp -S localhost:4000\n```\n\n* Python\n\n```bash\npython -m SimpleHTTPServer\n```\n\n## Offline Package\n\n[Complete offline package](https://github.com/cjsaylor/angular-workshop/releases/latest)\n\nIncluded:\n\n* Nodejs (OSX, Linux, Windows)\n* Workshop files and assets\n* Angular docs (v1.3.8)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjsaylor%2Fangular-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjsaylor%2Fangular-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjsaylor%2Fangular-workshop/lists"}