<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates/index.html, branch v1.2.0</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(ngdocs): improve the docs search placeholder text</title>
<updated>2013-10-27T21:30:54+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-24T20:55:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7c5e2511fda62e26b6dd3fd7db37e8be6b60600f'/>
<id>7c5e2511fda62e26b6dd3fd7db37e8be6b60600f</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>chore(ngdocs): improve the side search animation effects</title>
<updated>2013-10-11T00:35:36+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-08T17:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1438f1b62600ab8c4092486a1b4e5e4505565a00'/>
<id>1438f1b62600ab8c4092486a1b4e5e4505565a00</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>
<entry>
<title>chore(ngdocs): disable google analytics in e2e tests</title>
<updated>2013-08-16T18:01:50+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-16T17:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=35d4993c3dc9f0068b77bb09b7ae2ec979bdeaad'/>
<id>35d4993c3dc9f0068b77bb09b7ae2ec979bdeaad</id>
<content type='text'>
GA is not needed during e2e tests, so I'm removing it to speed up the e2e test
suite.

See previous commits for more info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GA is not needed during e2e tests, so I'm removing it to speed up the e2e test
suite.

See previous commits for more info.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): disable code prettification in e2e tests</title>
<updated>2013-08-16T18:01:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-16T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=705404ff8e3187dcc23b1fbafd60a67eaca26c7d'/>
<id>705404ff8e3187dcc23b1fbafd60a67eaca26c7d</id>
<content type='text'>
code prettification is expensive and not needed for e2e tests, so I'm disabling
it to speed up the e2e test suite.

this is a temporary measure, see previous commit for more info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code prettification is expensive and not needed for e2e tests, so I'm disabling
it to speed up the e2e test suite.

this is a temporary measure, see previous commit for more info.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): disable lunr search during e2e tests</title>
<updated>2013-08-16T17:59:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-16T17:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=00f784cda8e128d2ee31a84e71b04941bdd48d79'/>
<id>00f784cda8e128d2ee31a84e71b04941bdd48d79</id>
<content type='text'>
lunr has been responsible for slowdown in our test suite by adding ~1sec per
end-to-end test.

(this is because it initializes the index when the app starts)

since out test suite primarily tests the examples, it's reasonable do disable
the search as a temporary meansure.

the real fix is to use protractor and extract all of the examples into
standalone apps which can be tested without bootstrapping the whole docs app.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lunr has been responsible for slowdown in our test suite by adding ~1sec per
end-to-end test.

(this is because it initializes the index when the app starts)

since out test suite primarily tests the examples, it's reasonable do disable
the search as a temporary meansure.

the real fix is to use protractor and extract all of the examples into
standalone apps which can be tested without bootstrapping the whole docs app.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngMobile): rename module ngTouch and file to angular-touch.js</title>
<updated>2013-08-09T18:54:35+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-09T17:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=94ec84e7b9c89358dc00e4039009af9e287bbd05'/>
<id>94ec84e7b9c89358dc00e4039009af9e287bbd05</id>
<content type='text'>
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.

To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".

Closes #3526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.

To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".

Closes #3526
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): make sure the fold feature doesn't show up during page load</title>
<updated>2013-08-03T06:56:04+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-07-31T21:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4ed5fc90b984bb704da8cb66dffab43cf78abefa'/>
<id>4ed5fc90b984bb704da8cb66dffab43cf78abefa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
