<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/tutorial, branch v1.2.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(tutorial): change controllers to not have name twice</title>
<updated>2013-11-14T14:47:01+00:00</updated>
<author>
<name>victorbjelkholm</name>
</author>
<published>2013-10-14T21:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c6016a6a85780ae68f71bbdd0eea391977225b7e'/>
<id>c6016a6a85780ae68f71bbdd0eea391977225b7e</id>
<content type='text'>
While giving the controller function a name helps with debugging,
since otherwise your controller will be anonymous in stack traces,
passing the name to both the `controller()` method and as the function name
is confusing for beginners.

Closes #4415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While giving the controller function a name helps with debugging,
since otherwise your controller will be anonymous in stack traces,
passing the name to both the `controller()` method and as the function name
is confusing for beginners.

Closes #4415
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step-2): remove repeated "the"</title>
<updated>2013-11-14T13:24:26+00:00</updated>
<author>
<name>Mauro Carrero</name>
</author>
<published>2013-11-09T10:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b122194425108aa9daab4ec48efc812f300cdb54'/>
<id>b122194425108aa9daab4ec48efc812f300cdb54</id>
<content type='text'>
Closes #4854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4854
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step-12): fix incorrect code filename</title>
<updated>2013-11-14T13:10:29+00:00</updated>
<author>
<name>Peter Kosa</name>
</author>
<published>2013-11-09T21:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dbc6696b68532adfbeca6b4c333dec33bacdd022'/>
<id>dbc6696b68532adfbeca6b4c333dec33bacdd022</id>
<content type='text'>
Closes #4860
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4860
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial): minimum required node.js version is 0.10</title>
<updated>2013-11-13T22:43:34+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-13T22:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3'/>
<id>bcc6e8d4f64a18039e0ed2eee0b54c17471b43e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/filter): Refactor filter guide docs</title>
<updated>2013-11-07T22:14:57+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-07T22:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=36621402015485613888158dc7ba29f4ff92a7e2'/>
<id>36621402015485613888158dc7ba29f4ff92a7e2</id>
<content type='text'>
This refactors the filter guide docs into a single file.
Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This refactors the filter guide docs into a single file.
Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial): add instructions to install karma plugins</title>
<updated>2013-10-30T21:00:11+00:00</updated>
<author>
<name>Renan Ivo</name>
</author>
<published>2013-10-29T21:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e53e2c2d58dc8ae2cb644e4dea86c2fef4dfa41c'/>
<id>e53e2c2d58dc8ae2cb644e4dea86c2fef4dfa41c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/index): fix git clone URL</title>
<updated>2013-10-27T21:54:51+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-10-27T21:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f3e3a65e29b1c64c723cfc55833c8c2f8f64d0b0'/>
<id>f3e3a65e29b1c64c723cfc55833c8c2f8f64d0b0</id>
<content type='text'>
Closes #4536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4536
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step-11): add missing dependencies</title>
<updated>2013-10-26T18:33:16+00:00</updated>
<author>
<name>Sean Fahey</name>
</author>
<published>2013-10-24T18:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=05bc53d34d8843f97dc9f561ce23829989299554'/>
<id>05bc53d34d8843f97dc9f561ce23829989299554</id>
<content type='text'>
Closes #4633
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4633
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step-7): add doctype directive to example</title>
<updated>2013-10-25T21:09:38+00:00</updated>
<author>
<name>Jesse Palmer</name>
</author>
<published>2013-10-20T22:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=34b1ceb42e0a75a07740654b0c3b6d8dd87ad211'/>
<id>34b1ceb42e0a75a07740654b0c3b6d8dd87ad211</id>
<content type='text'>
Closes #4552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4552
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial/step-2): add beforeEach to load module</title>
<updated>2013-10-25T21:03:10+00:00</updated>
<author>
<name>DanS</name>
</author>
<published>2013-10-17T14:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c1e6afca11061c5c5d7570a04825f98ce1994a88'/>
<id>c1e6afca11061c5c5d7570a04825f98ce1994a88</id>
<content type='text'>
The non-global controller test throws an error because the test does not
know about the module and so can not find the controller. This change
tells the test about the module so the test can find the controller.

Closes #4489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The non-global controller test throws an error because the test does not
know about the module and so can not find the controller. This change
tells the test about the module so the test can find the controller.

Closes #4489
</pre>
</div>
</content>
</entry>
</feed>
