<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates, branch v1.2.0-rc.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(guide) broken title overflow in navlist</title>
<updated>2013-08-31T00:53:01+00:00</updated>
<author>
<name>gdi2290</name>
</author>
<published>2013-08-30T20:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d73d2abe85b8b6f88584b1915a321aa95b805bc8'/>
<id>d73d2abe85b8b6f88584b1915a321aa95b805bc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): skip ngAnimate animations if the provided element already has transitions/durations attached to it</title>
<updated>2013-08-23T21:04:35+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-22T13:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7c605ddf1c57c9f162827713ca5b0fbb12de5fa5'/>
<id>7c605ddf1c57c9f162827713ca5b0fbb12de5fa5</id>
<content type='text'>
Closes #3587
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3587
</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>fix(docs): wrap error message text inside box</title>
<updated>2013-08-17T01:07:12+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-16T17:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f009962256595ff59817eb056d1133e926224dc8'/>
<id>f009962256595ff59817eb056d1133e926224dc8</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): 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(ngdocs): fixup the docs version switcher</title>
<updated>2013-08-14T19:02:44+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-13T23:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7215afa21c91c33c924a5aba7f3a704983642897'/>
<id>7215afa21c91c33c924a5aba7f3a704983642897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>fix(tutorial): show tutorial pages in search nav</title>
<updated>2013-08-05T23:41:49+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-05T23:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6'/>
<id>285f6b4ec643e1c6304cd685d26dabb8cdc0e5c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
