@@ -31,7 +31,7 @@ The full tutorial can be found at https://docs.angularjs.org/tutorial.
3131- There is no dynamic backend (no application server) for this application. Instead we fake the
3232 application server by fetching static JSON files.
3333- Read the _ Development_ section at the end to familiarize yourself with running and developing
34- an Angular application.
34+ an AngularJS application.
3535
3636
3737## Commits / Tutorial Outline
@@ -59,7 +59,7 @@ git diff step-?..step-?
5959- Add a stylesheet file ('app/app.css').
6060- Add a static list with two phones.
6161
62- ### step-2 _ Angular Templates_
62+ ### step-2 _ AngularJS Templates_
6363
6464- Convert the static phone list to dynamic by:
6565 - Creating a ` PhoneListController ` controller.
@@ -239,7 +239,7 @@ app/ --> all the source code of the app (along with unit tes
239239 phones/... --> static JSON files with phone data (used to fake a backend API)
240240 app.animations.css --> hooks for running CSS animations with `ngAnimate`
241241 app.animations.js --> hooks for running JS animations with `ngAnimate`
242- app.config.js --> app-wide configuration of Angular services
242+ app.config.js --> app-wide configuration of AngularJS services
243243 app.css --> default stylesheet
244244 app.module.js --> the main app module
245245 index.html --> app layout file (the main HTML template file of the app)
@@ -251,7 +251,7 @@ e2e-tests/ --> config and source files for e2e tests
251251node_modules/... --> development tools (fetched using `npm`)
252252
253253scripts/ --> handy scripts
254- private/... --> private scripts used by the Angular Team to maintain this repo
254+ private/... --> private scripts used by the AngularJS Team to maintain this repo
255255 update-repo.sh --> script for pulling down the latest version of this repo (!!! DELETES ALL CHANGES YOU HAVE MADE !!!)
256256
257257bower.json --> Bower specific metadata, including client-side dependencies
0 commit comments