<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src, branch v1.2.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(docs): remove Disqus comments</title>
<updated>2013-11-23T00:27:05+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-11-21T19:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=84e0eea1645521f6a990a4dabeb53407db86eda2'/>
<id>84e0eea1645521f6a990a4dabeb53407db86eda2</id>
<content type='text'>
We don't actively moderate these comments, and they range from
out of date, to inflammatory, to spam. Going forward, improvements
to the docs should be done via a PR, and questions should go on
StackOverflow where they can be curated and kept up to date by
AngularJS developers who help out there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't actively moderate these comments, and they range from
out of date, to inflammatory, to spam. Going forward, improvements
to the docs should be done via a PR, and questions should go on
StackOverflow where they can be curated and kept up to date by
AngularJS developers who help out there.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix the "show source" button</title>
<updated>2013-11-15T05:38:53+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-11-15T05:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f4fcaa875766dbe11b82e38839f6ef196bcac6ad'/>
<id>f4fcaa875766dbe11b82e38839f6ef196bcac6ad</id>
<content type='text'>
Closes #4904
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4904
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngdoc): clarify extra module installation options</title>
<updated>2013-11-13T20:43:32+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-13T20:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=96ad0c75947671396de88b0ecc86309a51be6947'/>
<id>96ad0c75947671396de88b0ecc86309a51be6947</id>
<content type='text'>
Closes #4811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4811
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngdoc): fix version picker grouping</title>
<updated>2013-11-13T07:28:27+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-12T12:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dfe6400537f562f99ac0b4252c256f43bd90746c'/>
<id>dfe6400537f562f99ac0b4252c256f43bd90746c</id>
<content type='text'>
The grouping of the different versions was not correct for the new 1.2.0+ releases.
Now versions are marked as stable only if they have an even number it the minor version
position (e.g. 1.0.8, 1.2.1, 1.2.0-abcde) and they are not an RC version, (e.g. 1.0.0rc3,
1.2.0-rc2).

Closes #4908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The grouping of the different versions was not correct for the new 1.2.0+ releases.
Now versions are marked as stable only if they have an even number it the minor version
position (e.g. 1.0.8, 1.2.1, 1.2.0-abcde) and they are not an RC version, (e.g. 1.0.0rc3,
1.2.0-rc2).

Closes #4908
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): allow periods in doc shortNames</title>
<updated>2013-11-08T20:22:21+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-11-08T20:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=95102a5afef6a6f36aefd3d3590e305cc972881d'/>
<id>95102a5afef6a6f36aefd3d3590e305cc972881d</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/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>fix(docModuleComponents): implement anchor scroll when content added</title>
<updated>2013-11-06T18:24:22+00:00</updated>
<author>
<name>Jeff Cross</name>
</author>
<published>2013-11-06T18:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=eb51b024c9b77527420014cdf7dbb292b5b9dd6b'/>
<id>eb51b024c9b77527420014cdf7dbb292b5b9dd6b</id>
<content type='text'>
When navigating to URLs such as
docs.angularjs.org/api/ng#filter, the browser
was not able to navigate to the named anchor,
"filter," because the anchor did not yet exist
in the DOM.

This fix uses the $anchorScroll service
to automatically scroll to the right place when
the content has been added to the page.

Fixes #4703
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When navigating to URLs such as
docs.angularjs.org/api/ng#filter, the browser
was not able to navigate to the named anchor,
"filter," because the anchor did not yet exist
in the DOM.

This fix uses the $anchorScroll service
to automatically scroll to the right place when
the content has been added to the page.

Fixes #4703
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdoc): add dynamic anchors to anchor list</title>
<updated>2013-11-06T17:32:09+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-11-06T17:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c1260716de634f0cc25ae884ffc481ed6b7d520a'/>
<id>c1260716de634f0cc25ae884ffc481ed6b7d520a</id>
<content type='text'>
Fixes some warnings during docs generation.

Closes #4673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes some warnings during docs generation.

Closes #4673
</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>fix(ngdocs): `shortDescription()` should not error if no `description`</title>
<updated>2013-11-05T21:16:52+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-05T21:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4c8fa353245b9c32261860caff18f002d294e19f'/>
<id>4c8fa353245b9c32261860caff18f002d294e19f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
