{"id":20365686,"url":"https://github.com/hackyourfuture/angularjs","last_synced_at":"2026-02-02T18:04:37.795Z","repository":{"id":74101936,"uuid":"65021716","full_name":"HackYourFuture/AngularJS","owner":"HackYourFuture","description":"Class material from angularJS module","archived":false,"fork":false,"pushed_at":"2017-02-02T10:10:02.000Z","size":3480,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-04T19:31:09.490Z","etag":null,"topics":[],"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/HackYourFuture.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":"2016-08-05T13:44:32.000Z","updated_at":"2018-04-06T17:18:06.000Z","dependencies_parsed_at":"2023-05-31T15:46:03.151Z","dependency_job_id":null,"html_url":"https://github.com/HackYourFuture/AngularJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HackYourFuture/AngularJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FAngularJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FAngularJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FAngularJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FAngularJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackYourFuture","download_url":"https://codeload.github.com/HackYourFuture/AngularJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackYourFuture%2FAngularJS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261756769,"owners_count":23205160,"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-11-15T00:19:35.545Z","updated_at":"2026-02-02T18:04:32.749Z","avatar_url":"https://github.com/HackYourFuture.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AngularJS\n\n## \u003ca href=\"https://github.com/HackYourFuture/AngularJS/tree/master/slides\"\u003eSlides\u003c/a\u003e\n\n## Day 1: Controllers\n\nHello World\n\n``` HTML\n\u003cbody\u003e\n\u003cdiv ng-app=\"firstApp\"\u003e\n\t\u003cdiv ng-controller=\"firstController as ctrl\"\u003e\n\t\t{{ ctrl.message }}\t\n\t\u003c/div\u003e\n\u003c/div\u003e\n\u003c/body\u003e\n```\n\n``` javascript\nangular.module('firstApp', [])\n.controller('firstController', [firstController])\n\nfunction firstController() {\n\tvar vm = this\n\tvm.message = 'Hello World'\n}\n```\n\nDocumentation / Tutorials\n\n* \u003ca href=\"http://www.w3schools.com/angular/angular_intro.asp\"\u003eW3Schools Intro\u003c/a\u003e\n* \u003ca href=\"https://docs.angularjs.org/api/ng\"\u003eng api \u003c/a\u003e\n* \u003ca href=\"https://docs.angularjs.org/guide/controller\"\u003econtroller guide\u003c/a\u003e\n\n## Day 2: Services \u0026 Directives\n\nRun a temporal server with \u003ca href=\"http://brackets.io/\"\u003ebrackets\u003c/a\u003e or installing \u003ca href=\"https://www.python.org/downloads/\"\u003epython(2.x.x)\u003c/a\u003e and typunc in the command promp ```python -m SimpleHTTPServer```\n\n* \u003ca href=\"https://docs.angularjs.org/guide/services\"\u003ehttps://docs.angularjs.org/guide/services\u003c/a\u003e\n\n* \u003ca href=\"https://docs.angularjs.org/guide/directive\"\u003ehttps://docs.angularjs.org/guide/directive\u003c/a\u003e\n\n## Day 3: Filters \u0026 Routes\n\n``` HTML\n// Replace X.Y.Z with the value of the angular version that you are using\n\n\u003cscript src=\"http://ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/angular-route.js\" /\u003e\n```\n\n``` javascript\n// app.js\n\nangular.module(\"myApp\", [\"ngRoute\"])\n```\n\n* \u003ca href=\"https://docs.angularjs.org/api/ng/filter/filter\"\u003ehttps://docs.angularjs.org/api/ng/filter/filter\u003c/a\u003e\n\n* \u003ca href=\"https://docs.angularjs.org/api/ngRoute/\"\u003ehttps://docs.angularjs.org/api/ngRoute/\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackyourfuture%2Fangularjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackyourfuture%2Fangularjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackyourfuture%2Fangularjs/lists"}