Skip to content

Commit b497025

Browse files
committed
Merge pull request colorfest#1 from colorfest/master
update for current tutorials
2 parents cee3e26 + 127efb1 commit b497025

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Accio Code Tutorials: AngularJS#
22

3-
***Updated: 11-11-14***
3+
***Updated: 12-6-14***
44

55
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.
66

@@ -12,4 +12,14 @@ It is an MVC (Model-View-Controller) framework so a brief understanding of MVC i
1212
## Course Videos ##
1313
1. [Setting up AngularJS Workspace](https://www.youtube.com/watch?v=ofASsumsf7E "Setting up AngularJS Workspace on YouTube")
1414
2. [Simple Data Binding with AngularJS](https://www.youtube.com/watch?v=ia_vAGm_PCQ "Simple Data Binding with AngularJS")
15-
3. An Introduction to Controllers
15+
3. [An Introduction to Controllers](https://www.youtube.com/watch?v=IGy2c-XwXgI "An Introduction to Controllers")
16+
4. [Writing Our First Directive](http://youtu.be/QwaVgz-GSXY "Writing our First Directive")
17+
5. [Scope, Element and Attributes](http://youtu.be/utKtjxLako4 "Scope, Element and Attributes")
18+
6. [Directive Element Binding](http://youtu.be/7vgvBffpSbs "Directive Element Binding")
19+
7. [Directive to Directive Communication](http://youtu.be/aG8VD0KvUw4 "Directive to Directive Communication")
20+
8. [Directive Restrictions Explained](http://youtu.be/mkEJDWneiPg "Directive Restrictions Explained")
21+
9. [Isolate Scope Part 1](https://www.youtube.com/watch?v=-a4E2eRHHVY "Isolate Scope Part 1")
22+
10. [Isolate Scope Part 2](http://youtu.be/UMoDVY8HAVk "Isolate Scope Part 2")
23+
11. [Services and JSON](http://youtu.be/rHmk0UhJSb4 "Services and JSON")
24+
12. [Ng-Repeat](http://youtu.be/CqaoKt1Gvyk "Ng-Repeat")
25+
13. [Filters and Sorting](http://youtu.be/7nOcg6SPspI "Filters and Sorting")

0 commit comments

Comments
 (0)