<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src, branch v1.2.11</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(cookbook): remove the cookbook docs</title>
<updated>2014-01-28T19:12:52+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-23T23:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce37ae28687167f7b4274ba547f013980126a219'/>
<id>ce37ae28687167f7b4274ba547f013980126a219</id>
<content type='text'>
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!

Closes #5967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!

Closes #5967
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): remove note about removing disqus</title>
<updated>2014-01-27T19:46:18+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2014-01-27T19:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f54f0f98a095a2d4666273cd2068e56c66b2d44d'/>
<id>f54f0f98a095a2d4666273cd2068e56c66b2d44d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(search): make sure the forward slash doesn't focus on search while on another input element</title>
<updated>2014-01-24T18:02:50+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-24T17:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=131410b61bfca0c21714c1a9e1b3fdc514e21d3a'/>
<id>131410b61bfca0c21714c1a9e1b3fdc514e21d3a</id>
<content type='text'>
Closes #5969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5969
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngdoc): ensure module installation docs are accurate</title>
<updated>2014-01-23T17:27:30+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-01-23T17:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5e9835b4f245346b3c79f5e4927c9accfb57a50d'/>
<id>5e9835b4f245346b3c79f5e4927c9accfb57a50d</id>
<content type='text'>
The ngMock module is built into a package called angular-mocks, which is
not named consistently and the docs were giving invalid info.

Closes #5810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ngMock module is built into a package called angular-mocks, which is
not named consistently and the docs were giving invalid info.

Closes #5810
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): add spacing to tutorial buttons</title>
<updated>2014-01-22T01:04:49+00:00</updated>
<author>
<name>Jan Hancic</name>
</author>
<published>2014-01-20T21:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=12d1f5700d6dd150065002f65398e51447e6dddc'/>
<id>12d1f5700d6dd150065002f65398e51447e6dddc</id>
<content type='text'>
Added 5px of right margin to tutorial buttons (Previous, Live demom ...).

Closes #5901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added 5px of right margin to tutorial buttons (Previous, Live demom ...).

Closes #5901
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(docs): preserve path to current doc page when switching versions</title>
<updated>2014-01-14T06:39:44+00:00</updated>
<author>
<name>Sebastian Müller</name>
</author>
<published>2014-01-13T20:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=02a45826f12842a5eec07989264abbe42b381a7c'/>
<id>02a45826f12842a5eec07989264abbe42b381a7c</id>
<content type='text'>
Preserve URL path when switching between doc versions.

Closes #4661
Closes #5773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preserve URL path when switching between doc versions.

Closes #4661
Closes #5773
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix the 'view source' button for snapshots</title>
<updated>2014-01-10T10:22:27+00:00</updated>
<author>
<name>Narretz</name>
</author>
<published>2014-01-05T17:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=36c9e42de2d78af39600c588b06f2a52199ee8b6'/>
<id>36c9e42de2d78af39600c588b06f2a52199ee8b6</id>
<content type='text'>
Closes #5590
Closes #5641
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5590
Closes #5641
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): adding the &lt;doc:protractor&gt; ngdoc-tag</title>
<updated>2014-01-08T21:07:58+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-06T23:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b6c42d5e8155edc9013bd531f553c278ce37c3c8'/>
<id>b6c42d5e8155edc9013bd531f553c278ce37c3c8</id>
<content type='text'>
This is the first step in migrating tests from &lt;doc:scenario&gt; to &lt;doc:protractor&gt;.
In-documentation examples with doc:protractor sections will have their contents
output to a tab on the docs site as well as output to a standalone test file in
build/docs/ptore2e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first step in migrating tests from &lt;doc:scenario&gt; to &lt;doc:protractor&gt;.
In-documentation examples with doc:protractor sections will have their contents
output to a tab on the docs site as well as output to a standalone test file in
build/docs/ptore2e.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): remove uppercase heading styling</title>
<updated>2014-01-06T15:22:16+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-06T15:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6f6cb5c8d83e2c05ac56eacb1802d91406b3d0c1'/>
<id>6f6cb5c8d83e2c05ac56eacb1802d91406b3d0c1</id>
<content type='text'>
Closes #5593
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5593
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(css): improve definition table style</title>
<updated>2013-12-17T12:09:08+00:00</updated>
<author>
<name>Sharon DiOrio</name>
</author>
<published>2013-12-05T04:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f8d319c11a12efb96f822a8b4d0fd35af19934a6'/>
<id>f8d319c11a12efb96f822a8b4d0fd35af19934a6</id>
<content type='text'>
Text in definition tables are now aligned to the top of the cell. These are used in
the API index page and makes it cleared what headings match what content.

Closes #5286
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Text in definition tables are now aligned to the top of the cell. These are used in
the API index page and makes it cleared what headings match what content.

Closes #5286
</pre>
</div>
</content>
</entry>
</feed>
