<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, branch v1.0.8</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(guide): warn about module creation versus retrieval</title>
<updated>2013-08-22T17:59:29+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=3d70e55d725288e9a1fcec22d95ba3a075f57e7c'/>
<id>3d70e55d725288e9a1fcec22d95ba3a075f57e7c</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:15:50+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=792509e987bf3a91914a4e87e624e1fb1f436767'/>
<id>792509e987bf3a91914a4e87e624e1fb1f436767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(tutorial): fix broken link caused by bad line break</title>
<updated>2013-08-14T22:46:48+00:00</updated>
<author>
<name>ebeal</name>
</author>
<published>2013-08-14T04:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=da720712f32c7d017afd2adf362160cb5f4a4f40'/>
<id>da720712f32c7d017afd2adf362160cb5f4a4f40</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/unit-testing): add expression example</title>
<updated>2013-08-12T23:23:39+00:00</updated>
<author>
<name>Siddique Hameed</name>
</author>
<published>2013-05-22T18:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fe6247a7f831f6f3ad873b31f2ac282b2762243d'/>
<id>fe6247a7f831f6f3ad873b31f2ac282b2762243d</id>
<content type='text'>
* Improved developer guide, directive unit testing documentation code with scope expression
* Removed documentation block with nothing on it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improved developer guide, directive unit testing documentation code with scope expression
* Removed documentation block with nothing on it
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): remove superfluous });</title>
<updated>2013-08-12T23:23:37+00:00</updated>
<author>
<name>Roland</name>
</author>
<published>2013-07-25T09:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=89366bdbf918175818cf03d6208ee6fd23db7d00'/>
<id>89366bdbf918175818cf03d6208ee6fd23db7d00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdoc): wrap all pages inside of a container tag for easy styling</title>
<updated>2013-08-07T21:11:45+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-07T17:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1c3a46adda358df21e6383113e0ddc499f2cac0c'/>
<id>1c3a46adda358df21e6383113e0ddc499f2cac0c</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/controller): fix wording in list of 'Do not use'</title>
<updated>2013-08-03T21:06:03+00:00</updated>
<author>
<name>Mark Campbell</name>
</author>
<published>2013-08-02T13:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ed703d8e2c2d4c2f91fcd22ff319a2348f734ee6'/>
<id>ed703d8e2c2d4c2f91fcd22ff319a2348f734ee6</id>
<content type='text'>
Wording has been changed in two of the examples to read naturally.
For example:

From: 'Do not use controllers for to run stateless or stateful code
shared across controllers'

To: 'Do not use controllers for sharing stateless or stateful code
across controllers'

Closes #3454
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wording has been changed in two of the examples to read naturally.
For example:

From: 'Do not use controllers for to run stateless or stateful code
shared across controllers'

To: 'Do not use controllers for sharing stateless or stateful code
across controllers'

Closes #3454
</pre>
</div>
</content>
</entry>
<entry>
<title>revert: fix(location): fix parameter handling on search()</title>
<updated>2013-08-01T16:34:56+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-01T16:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9c53d0769e045c76c29a18b6e2ff9709b3338a48'/>
<id>9c53d0769e045c76c29a18b6e2ff9709b3338a48</id>
<content type='text'>
This reverts commit 90532f5e3c2016c99833a4dd779a5c4718c84f4d.

The commit contains references to minErr that are not available
in the stable branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 90532f5e3c2016c99833a4dd779a5c4718c84f4d.

The commit contains references to minErr that are not available
in the stable branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(location): fix parameter handling on search()</title>
<updated>2013-08-01T00:10:10+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2013-07-31T23:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=90532f5e3c2016c99833a4dd779a5c4718c84f4d'/>
<id>90532f5e3c2016c99833a4dd779a5c4718c84f4d</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): mention the controller along the scope</title>
<updated>2013-07-27T16:14:30+00:00</updated>
<author>
<name>Roland</name>
</author>
<published>2013-07-24T20:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7f6da764e1fb7f1e0b12c74e7379bd3cd5f7907d'/>
<id>7f6da764e1fb7f1e0b12c74e7379bd3cd5f7907d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
