Skip to content

Commit 2e6a647

Browse files
committed
Updated Readme
1 parent 0515924 commit 2e6a647

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Tech Crunch Munch
22
## Hooked on AngularJS
33

4+
Topics Covered:
5+
6+
<ol>
7+
<li>Step 1 - Getting Started with a Blank Template</li>
8+
<li>Step 2 - Create a Controller with a List</li>
9+
<li>Step 3 - Utilize an External Data source</li>
10+
<li>Step 4 - Filtering &amp; Sorting a List</li>
11+
<li>Step 5 - Routing Multiple Views</li>
12+
<li>Step 6 - View Animations</li>
13+
<li>Step 7 - Add Event Handlers</li>
14+
<li>Step 8 - Create a Directive</li>
15+
<li>Step 9 - Create a Service Factory Function</li>
16+
<li>Step 10 - Understanding Strict Contextual Escaping</li>
17+
</ol>
18+
419
### Create an empty local website
520

621
You can create and IIS/Apache/Node...etc application root, or just reuse one that you already have. The code needs to be run within a context of an application so the JavaScript permissions behave.
722

8-
### Copy this entire repo to the root of that application.
23+
### Clone this entire repo, and copy the files to the root of that application.
924

10-
Open the root of the application in a code editor such as Sublime Text or Visual Studio
25+
Open the root of the application in a code editor such as Sublime Text or Visual Studio.

0 commit comments

Comments
 (0)