<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/guide, 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>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/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>docs(bootstrap): Note that ngScenario requires ngApp</title>
<updated>2013-07-23T19:35:03+00:00</updated>
<author>
<name>Braden Shepherdson</name>
</author>
<published>2013-07-23T17:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d26bffbc3f7c83a1f97b2601e183562bfa29153f'/>
<id>d26bffbc3f7c83a1f97b2601e183562bfa29153f</id>
<content type='text'>
ngScenario expects an ngApp directive to be used, and doesn't work for
manually bootstrapped apps. The failure mode is to hang on navigation.

Trying to make this wont-fix bug less obscure by documenting it.
Eventually Protractor will replace ngScenario and fix this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ngScenario expects an ngApp directive to be used, and doesn't work for
manually bootstrapped apps. The failure mode is to hang on navigation.

Trying to make this wont-fix bug less obscure by documenting it.
Eventually Protractor will replace ngScenario and fix this.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(di): promote registering controllers on modules</title>
<updated>2013-07-14T14:23:04+00:00</updated>
<author>
<name>sdesmond</name>
</author>
<published>2013-07-12T21:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=caa12dbc57764b5336be6ef4f6133dc1130b2569'/>
<id>caa12dbc57764b5336be6ef4f6133dc1130b2569</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): clarify example</title>
<updated>2013-07-10T20:58:43+00:00</updated>
<author>
<name>sdesmond</name>
</author>
<published>2013-07-10T14:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3364d69a3bc017abdab840b818fa1ede903ea395'/>
<id>3364d69a3bc017abdab840b818fa1ede903ea395</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): example filter does not conditionally assign a color</title>
<updated>2013-07-10T20:55:03+00:00</updated>
<author>
<name>sdesmond</name>
</author>
<published>2013-07-10T14:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e6c9bfa4a90012f9f5115b1ec44e8981e5a41f49'/>
<id>e6c9bfa4a90012f9f5115b1ec44e8981e5a41f49</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/di): fix typo</title>
<updated>2013-07-10T20:30:53+00:00</updated>
<author>
<name>Robert Fauver</name>
</author>
<published>2013-07-09T15:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7a3e182e9c9529c210a08f632e4ef342712fb5f0'/>
<id>7a3e182e9c9529c210a08f632e4ef342712fb5f0</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): fix typo</title>
<updated>2013-07-10T20:12:27+00:00</updated>
<author>
<name>Lefteris Paraskevas</name>
</author>
<published>2013-07-08T14:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1fefafd09f5b47fc56e6072e75850c92757b2afd'/>
<id>1fefafd09f5b47fc56e6072e75850c92757b2afd</id>
<content type='text'>
Removed repeated "the" in the sentence: The input invalidates itself by turning red when you enter invalid data or leave "the" the input fields blank (Line 137).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed repeated "the" in the sentence: The input invalidates itself by turning red when you enter invalid data or leave "the" the input fields blank (Line 137).
</pre>
</div>
</content>
</entry>
</feed>
