You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
3
3
***Updated: 11-11-14***
4
4
5
-
This tutorial series for [AccioCode](https://www.youtube.com/user/CDPAdvertising"AccioCode on YouTube") will show how to use the basics of AngularJS. You will learn how to make a simple web page and a simple web application.
5
+
This tutorial series for [AccioCode](https://www.youtube.com/user/CDPAdvertising"Accio Code on YouTube") will show how to use the basics of AngularJS. You will learn how to make a simple web page and a simple web application.
6
6
7
7
## What is AngularJS ##
8
-
Angular JS is an open-source framework in JavaScript. It was created and maintained by Google as an alternative to other JavaScript frameworks to make single-page applications easier.
8
+
AngularJS is an open-source framework in JavaScript. It was created and maintained by Google as an alternative to other JavaScript frameworks to make single-page applications easier.
9
9
10
10
It is an MVC (Model-View-Controller) framework so a brief understanding of MVC is suggested, but not required, to use this tutorial.
11
11
12
12
## Course Videos ##
13
-
1. Setting up AngularJS Workspace
14
-
2. Simple Data Binding with AngularJS
15
-
13
+
1.[Setting up AngularJS Workspace](https://www.youtube.com/watch?v=ofASsumsf7E"Setting up AngularJS Workspace on YouTube")
14
+
2.[Simple Data Binding with AngularJS](https://www.youtube.com/watch?v=ia_vAGm_PCQ"Simple Data Binding with AngularJS")
0 commit comments