Update Angular to 1.2.0 RC2

This commit is contained in:
Colin Frei 2013-09-22 11:10:37 +02:00
parent 7416269494
commit 0d3a40980e
184 changed files with 17993 additions and 21133 deletions

View file

@ -51,9 +51,8 @@ and follow the instructions for setting up your computer.</p>
<pre class="prettyprint linenums">npm install -g karma</pre>
<li><p>You&#39;ll also need Git, which you can get from
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
<li><p>Clone the angular-phonecat repository located at <a href="a
href=&quot;https://github.com/angular/angular-phonecat&quot;">a
href=&quot;https://github.com/angular/angular-phonecat&quot;</a>Github</a> by running the following command:</p>
<li><p>Clone the angular-phonecat repository located at
<a href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
<pre class="prettyprint linenums">git clone git://github.com/angular/angular-phonecat.git</pre>
<p>This command creates the <code>angular-phonecat</code> directory in your current
directory.</p></li>