<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/guide, branch v1.2.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(guide/concepts): controllers can also access scope</title>
<updated>2013-11-14T14:04:09+00:00</updated>
<author>
<name>smarigowda</name>
</author>
<published>2013-11-12T15:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c07f1e1c9f7e859b393457fec19b6a7756c51245'/>
<id>c07f1e1c9f7e859b393457fec19b6a7756c51245</id>
<content type='text'>
Closes #4918
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4918
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/concepts): improve sentence wording</title>
<updated>2013-11-14T13:36:40+00:00</updated>
<author>
<name>Phillip Alexander</name>
</author>
<published>2013-11-12T03:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cb8061c75cdbcacd34b2570223e0cc2cbd8edb61'/>
<id>cb8061c75cdbcacd34b2570223e0cc2cbd8edb61</id>
<content type='text'>
Before:

&gt; Let's add some more logic to the example to
allow to enter and calculate the costs in different currencies and also pay the invoice.

After:

&gt; Let's add some more logic to the example that
allows us to enter and calculate the costs in different currencies and also pay the invoice.

Closes #4903
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before:

&gt; Let's add some more logic to the example to
allow to enter and calculate the costs in different currencies and also pay the invoice.

After:

&gt; Let's add some more logic to the example that
allows us to enter and calculate the costs in different currencies and also pay the invoice.

Closes #4903
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/directive): split long lines</title>
<updated>2013-11-14T13:22:39+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-14T13:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=089bf5f0e3810ec75e0e6aafd263377cddd7a38c'/>
<id>089bf5f0e3810ec75e0e6aafd263377cddd7a38c</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/directive): clarify sentence meaning</title>
<updated>2013-11-14T13:16:47+00:00</updated>
<author>
<name>xdhmoore</name>
</author>
<published>2013-11-10T22:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f6fa7c9c9542839de4a6b5bb92bb53b14dcef11f'/>
<id>f6fa7c9c9542839de4a6b5bb92bb53b14dcef11f</id>
<content type='text'>
Closes #4873
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4873
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/scope): correct scopes example</title>
<updated>2013-11-13T21:48:30+00:00</updated>
<author>
<name>andre</name>
</author>
<published>2013-11-08T18:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bee56a82b0375e10ade4cbca375489f7ebf59b0c'/>
<id>bee56a82b0375e10ade4cbca375489f7ebf59b0c</id>
<content type='text'>
Remove reference to `employee` property as it's not used in the example.
Inject and use `$rootScope` applying `department` property as mentioned in text.

Closes #4839
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove reference to `employee` property as it's not used in the example.
Inject and use `$rootScope` applying `department` property as mentioned in text.

Closes #4839
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/scope): ensure demo CSS styles work in JSFiddle and Plunker</title>
<updated>2013-11-13T21:45:07+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-13T21:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bcdbfdfeae5ef16b603eece99aea73b94b5cc0db'/>
<id>bcdbfdfeae5ef16b603eece99aea73b94b5cc0db</id>
<content type='text'>
The CSS styling in the ng-scope demo was using CSS classes (`.doc-example-live` and
`.show-scope') to prevent the styling for the demo from affecting the entire page.
Unfortunately elements containing these classes did not appear in JSFiddle or Plunker
when you click edit.

This fix moves the `.show-scope' class inside the demo (renaming it `.show-scope-demo`)
and removes the reliance on `.doc-example-live` altogether.

Closes #4838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CSS styling in the ng-scope demo was using CSS classes (`.doc-example-live` and
`.show-scope') to prevent the styling for the demo from affecting the entire page.
Unfortunately elements containing these classes did not appear in JSFiddle or Plunker
when you click edit.

This fix moves the `.show-scope' class inside the demo (renaming it `.show-scope-demo`)
and removes the reliance on `.doc-example-live` altogether.

Closes #4838
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): fix typo</title>
<updated>2013-11-13T20:55:25+00:00</updated>
<author>
<name>Derek Peterson</name>
</author>
<published>2013-11-07T16:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=40d1e10520a9914b57a8aafb7cef33a5f9625415'/>
<id>40d1e10520a9914b57a8aafb7cef33a5f9625415</id>
<content type='text'>
Closes #4821
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4821
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/understanding_controller): fix incorrect property reference</title>
<updated>2013-11-13T20:51:29+00:00</updated>
<author>
<name>Aaditya Talwai</name>
</author>
<published>2013-11-06T22:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bf81bc111a866ec65ef86c01336911e577df5df'/>
<id>5bf81bc111a866ec65ef86c01336911e577df5df</id>
<content type='text'>
Correct " model property `spice` " to " model property `customSpice` " to match the code sample

Closes #4812
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct " model property `spice` " to " model property `customSpice` " to match the code sample

Closes #4812
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): add ng-newsletter to weekly updates link</title>
<updated>2013-11-13T19:52:36+00:00</updated>
<author>
<name>Ari</name>
</author>
<published>2013-11-05T21:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=37ac4724ba50ddbf2cd7da377579dad9bb07969b'/>
<id>37ac4724ba50ddbf2cd7da377579dad9bb07969b</id>
<content type='text'>
Closes #4793
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4793
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): add ng-book link to books</title>
<updated>2013-11-13T19:50:25+00:00</updated>
<author>
<name>Ari</name>
</author>
<published>2013-11-05T21:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8c18ef67cf19cb1956f31311487737abe9981135'/>
<id>8c18ef67cf19cb1956f31311487737abe9981135</id>
<content type='text'>
Closes #4792
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4792
</pre>
</div>
</content>
</entry>
</feed>
