<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, branch v1.2.0-rc.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(guide): remove duplicated `require` section</title>
<updated>2013-08-29T18:40:56+00:00</updated>
<author>
<name>tomazy</name>
</author>
<published>2013-08-27T06:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d9dbc6a844f4e3dd85d22563863472934c0652a2'/>
<id>d9dbc6a844f4e3dd85d22563863472934c0652a2</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): update description of $inject mechanism to be a little clearer</title>
<updated>2013-08-28T20:41:12+00:00</updated>
<author>
<name>phanboy4</name>
</author>
<published>2013-08-12T20:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c7b0d8494d2809f142e4276b541f23a11f93c6f1'/>
<id>c7b0d8494d2809f142e4276b541f23a11f93c6f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(overview): improve grammar</title>
<updated>2013-08-23T00:39:49+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-23T00:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a671b0423c9ce49e483ec306ff44148e0a37c265'/>
<id>a671b0423c9ce49e483ec306ff44148e0a37c265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(module): improve the installation instructions for optional modules</title>
<updated>2013-08-22T23:55:54+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-22T19:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=57c43dd3762ea665125bff7e4727bce06a225b32'/>
<id>57c43dd3762ea665125bff7e4727bce06a225b32</id>
<content type='text'>
Currently, the documentation does a bad job of explaining the distinction between the services that it provides,
and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing.
This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that
inlines the appropriate instructions based on the name of the module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the documentation does a bad job of explaining the distinction between the services that it provides,
and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing.
This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that
inlines the appropriate instructions based on the name of the module.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): warn about module creation versus retrieval</title>
<updated>2013-08-22T17:32:52+00:00</updated>
<author>
<name>ghodss</name>
</author>
<published>2013-08-11T23:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce669edfa14dc7eb7c389d2f82c9c98399a9009b'/>
<id>ce669edfa14dc7eb7c389d2f82c9c98399a9009b</id>
<content type='text'>
Updated Module documentation to include the suggestion of the top-rated comment: "This documentation should warn that "angular.module('myModule', [])" always creates a new module, but "angular.module('myModule')" always retrieves an existing reference."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated Module documentation to include the suggestion of the top-rated comment: "This documentation should warn that "angular.module('myModule', [])" always creates a new module, but "angular.module('myModule')" always retrieves an existing reference."
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): grammatical corrections to Form and Control definitions</title>
<updated>2013-08-22T16:11:33+00:00</updated>
<author>
<name>Marcel Morgan</name>
</author>
<published>2013-08-13T23:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a3aa41888c2a1fddd1e570dab7f39ac17eb4cd5f'/>
<id>a3aa41888c2a1fddd1e570dab7f39ac17eb4cd5f</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): update step_00.ngdoc</title>
<updated>2013-08-21T09:26:03+00:00</updated>
<author>
<name>gdennie</name>
</author>
<published>2013-08-12T14:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4bd8b81bb005b2fe46c86c81592df8fae57d0351'/>
<id>4bd8b81bb005b2fe46c86c81592df8fae57d0351</id>
<content type='text'>
Clarify the little snippet on dash vs camelCase html to directive naming pattern

Closes #3550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify the little snippet on dash vs camelCase html to directive naming pattern

Closes #3550
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial): fix links in step 00</title>
<updated>2013-08-21T09:17:52+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-21T09:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c61bb52c95013fdb2e4073c7ad8c28ee29bca34f'/>
<id>c61bb52c95013fdb2e4073c7ad8c28ee29bca34f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update step_00.ngdoc</title>
<updated>2013-08-21T09:15:35+00:00</updated>
<author>
<name>Yang Pengcheng</name>
</author>
<published>2013-08-20T16:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2c7df1550cb6c60b5b5459797d250402a3358ff3'/>
<id>2c7df1550cb6c60b5b5459797d250402a3358ff3</id>
<content type='text'>
the &lt;a&gt; is incorrect.
there is no space between "a" and "href"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the &lt;a&gt; is incorrect.
there is no space between "a" and "href"
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(tutorial): update step_07.ngdoc</title>
<updated>2013-08-21T09:09:19+00:00</updated>
<author>
<name>rodbv</name>
</author>
<published>2013-08-18T13:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d40884d1b0ce3a393054307a4857689e16016217'/>
<id>d40884d1b0ce3a393054307a4857689e16016217</id>
<content type='text'>
"Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer.

Closes #3641
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer.

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