<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, branch v1.2.0</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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(guide): delete ancient video</title>
<updated>2013-11-07T04:51:39+00:00</updated>
<author>
<name>Brad Green</name>
</author>
<published>2013-11-07T04:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ed8640b96463df8a8f9e4503095bd89916a120c5'/>
<id>ed8640b96463df8a8f9e4503095bd89916a120c5</id>
<content type='text'>
We have links to better videos now on the guide/index page.  This one's time has past.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have links to better videos now on the guide/index page.  This one's time has past.</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/overview): Refactor overview and mvc docs</title>
<updated>2013-11-07T01:11:44+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-06T06:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc060dfc08f048511fe78e9df04ce4616171da34'/>
<id>fc060dfc08f048511fe78e9df04ce4616171da34</id>
<content type='text'>
Before, there we multiple overview docs:
- guide/overview
- guide/introduction
- guide/dev_guide.mvc
- guide/dev_guide.mvc.understanding_model
- guide/dev_guide.mvc.understanding_view
- guide/concepts

Now we have:
- guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts
- guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide.

 All the old information was moved into existing documents or deleted when they were duplicates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, there we multiple overview docs:
- guide/overview
- guide/introduction
- guide/dev_guide.mvc
- guide/dev_guide.mvc.understanding_model
- guide/dev_guide.mvc.understanding_view
- guide/concepts

Now we have:
- guide/introduction: High level description of Angular with the key benefits but without code or any concrete concepts
- guide/concepts: explains all important concepts with a simple example and contains deep links to the other parts of the guide.

 All the old information was moved into existing documents or deleted when they were duplicates.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/directive): link to directives API from the top of the page</title>
<updated>2013-11-06T17:50:56+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-11-06T17:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=56d09177997c4571bdd7209898599670f3cfac9a'/>
<id>56d09177997c4571bdd7209898599670f3cfac9a</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/providers): add providers documentation</title>
<updated>2013-11-06T16:47:06+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-11-06T16:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5614fd283a22d130cf5e09dade67be3f3c3a97c2'/>
<id>5614fd283a22d130cf5e09dade67be3f3c3a97c2</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): fix transclusion example</title>
<updated>2013-11-05T13:38:09+00:00</updated>
<author>
<name>Michal Bendowski</name>
</author>
<published>2013-11-04T14:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e196413df67dd56f05090fd853c1b00fd6002ef1'/>
<id>e196413df67dd56f05090fd853c1b00fd6002ef1</id>
<content type='text'>
The example about transclusion and scopes worked only because the order of `scope` and `element`
arguments is wrong, which means that the `name' property of the scope is not really being updated.
To really work, the directive has to define its own scope, either a new child scope or, as is more
common with transclusion, an isolated scope.

Closes #4774
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The example about transclusion and scopes worked only because the order of `scope` and `element`
arguments is wrong, which means that the `name' property of the scope is not really being updated.
To really work, the directive has to define its own scope, either a new child scope or, as is more
common with transclusion, an isolated scope.

Closes #4774
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): add SEO4Ajax to the SEO tools list</title>
<updated>2013-11-04T22:34:11+00:00</updated>
<author>
<name>G Lormeau</name>
</author>
<published>2013-11-01T14:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=727b232fb2e2440b762c9ed1b9b8ae32e7a54f7d'/>
<id>727b232fb2e2440b762c9ed1b9b8ae32e7a54f7d</id>
<content type='text'>
Closes #4748
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4748
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/understanding-controllers): fix typo in example</title>
<updated>2013-11-04T22:24:18+00:00</updated>
<author>
<name>joshbowdoin</name>
</author>
<published>2013-11-01T18:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=159a63f538a2880f1977f78f0223b47d6666be81'/>
<id>159a63f538a2880f1977f78f0223b47d6666be81</id>
<content type='text'>
Broken - $scope.spicy = 'very';
Works - $scope.spice = 'very';

Closes #4752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Broken - $scope.spicy = 'very';
Works - $scope.spice = 'very';

Closes #4752
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(overview): improve readability</title>
<updated>2013-11-04T22:23:02+00:00</updated>
<author>
<name>Jesse Palmer</name>
</author>
<published>2013-11-01T22:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5b1c972723df52cce089e743a92a3c45e82b592e'/>
<id>5b1c972723df52cce089e743a92a3c45e82b592e</id>
<content type='text'>
Inserted a couple of line breaks to increase readability.

Closes #4756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inserted a couple of line breaks to increase readability.

Closes #4756
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/contribute): remove redundancy and link to CONTRIBUTING.md</title>
<updated>2013-11-04T18:35:21+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-10-31T20:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=de2cced192405f352c0cefccd3e7726aef56dae0'/>
<id>de2cced192405f352c0cefccd3e7726aef56dae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
