<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates/js, 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>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(ngdocs): ensure the docs menu changes when browsing a different section</title>
<updated>2013-10-24T13:27:45+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-24T13:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=261057db9bdded43e10c2b778dff14d2acbe8416'/>
<id>261057db9bdded43e10c2b778dff14d2acbe8416</id>
<content type='text'>
Closes #4619
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4619
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): provide index pages for each angular module</title>
<updated>2013-10-23T21:00:12+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-17T02:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a7e12b7959212f2fa88fe17d5a045cc9d8b22922'/>
<id>a7e12b7959212f2fa88fe17d5a045cc9d8b22922</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngdocs): add forward slash shortcut key for search bar</title>
<updated>2013-10-23T01:23:59+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-22T04:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=74912802c644ca929e39a7583cb7a9a05f12e91f'/>
<id>74912802c644ca929e39a7583cb7a9a05f12e91f</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): remove the side search bar</title>
<updated>2013-10-23T01:23:59+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-22T04:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6c20ec193f11aa647be1b2ad2ac5b3e7c2894bd7'/>
<id>6c20ec193f11aa647be1b2ad2ac5b3e7c2894bd7</id>
<content type='text'>
BREAKING CHANGE

The side search bar on the docs page has been removed in favor of the
top search bar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE

The side search bar on the docs page has been removed in favor of the
top search bar.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(tutorial): add step 12 of the phonecat tutorial</title>
<updated>2013-10-08T17:49:33+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-10-08T17:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad5256452bb8f1d481d78e7ae15a59d288f0d8e9'/>
<id>ad5256452bb8f1d481d78e7ae15a59d288f0d8e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs.js): handle empty deps array for plunkr/jsfiddle</title>
<updated>2013-10-01T00:52:28+00:00</updated>
<author>
<name>James Daily</name>
</author>
<published>2013-09-05T20:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1f686c489d2ef72a5e2ada8d9467e8b907ee8d98'/>
<id>1f686c489d2ef72a5e2ada8d9467e8b907ee8d98</id>
<content type='text'>
Change return value of docsApp.serviceFactory.prepareDefaultAppModule
to include empty array `[]` instead of array containing one empty
string element `['']`.

This will correct script.js for simple plunkr/jsfiddle examples such
as [ngChecked](http://docs.angularjs.org/api/ng.directive:ngChecked).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change return value of docsApp.serviceFactory.prepareDefaultAppModule
to include empty array `[]` instead of array containing one empty
string element `['']`.

This will correct script.js for simple plunkr/jsfiddle examples such
as [ngChecked](http://docs.angularjs.org/api/ng.directive:ngChecked).
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): linkify error messages on minErr docs pages</title>
<updated>2013-09-27T18:50:21+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-22T20:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6aaae062171bfc8e5046c3eae99bc9d63037120a'/>
<id>6aaae062171bfc8e5046c3eae99bc9d63037120a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): fix the version jumper</title>
<updated>2013-08-23T14:37:51+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-15T05:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=74ae3edf8614ea8a97580033db0fd145d5260b62'/>
<id>74ae3edf8614ea8a97580033db0fd145d5260b62</id>
<content type='text'>
correct the ordering and make gen-docs prepare the list of versions
during the build process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correct the ordering and make gen-docs prepare the list of versions
during the build process
</pre>
</div>
</content>
</entry>
</feed>
