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
<p>This app is a playground for exploring the internals of AngularJS. Its Git repository includes branches that focus on different aspects of the source code. Each branch has debugger statements included in the source at helpful starting points. </p>
8
6
</div>
9
7
10
8
<divclass="row marketing">
11
-
<h4>Dependency Injection</h4>
9
+
<h4>Hangouts and Group Study</h4>
12
10
<p>
13
-
Blah blah blah
11
+
We hold a Google Hangout on the first Thursday of each month at 7pm Eastern time, open to all. The hangout link is tweeted a few minutes in advance. Be sure to follow <ahref="https://twitter.com/readthesource">@readthesource</a>. Please join us if you'd like to participate.
14
12
</p>
15
13
16
-
<h4>Digest Cycle</h4>
14
+
<h4>Wiki and Issues</h4>
17
15
<p>
18
-
Blah blah blah
16
+
Between hangouts, we can use the project <ahref="https://github.com/readthesource/angularjs-playground/wiki">wiki</a> to annotate pieces of code with explanations and the <ahref="https://github.com/readthesource/angularjs-playground/issues">issues</a> for discussion.
19
17
</p>
20
18
21
-
<h4>Bootstrap</h4>
22
-
<p>Blah blah blah</p>
19
+
<h4>Getting Started</h4>
20
+
<p>
21
+
Open <ahref="https://developers.google.com/chrome-developer-tools/">Chrome Developer Tools</a> (option+command+j on Mac OS X) and refresh the browser. You'll be able to step through code with the <ahref="https://developers.google.com/chrome-developer-tools/docs/javascript-debugging">debugger</a>.
0 commit comments