<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, 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>chore(ngdocs): ensure $animate is not shared between the docs and the example applications</title>
<updated>2013-09-04T00:06:49+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-29T22:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d11a34a35127ee2b29a000ba48ec07200f2a5e34'/>
<id>d11a34a35127ee2b29a000ba48ec07200f2a5e34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>docs(guide): remove duplicated `require` section</title>
<updated>2013-08-29T18:40:56+00:00</updated>
<author>
<name>tomazy</name>
</author>
<published>2013-08-27T06:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d9dbc6a844f4e3dd85d22563863472934c0652a2'/>
<id>d9dbc6a844f4e3dd85d22563863472934c0652a2</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): update description of $inject mechanism to be a little clearer</title>
<updated>2013-08-28T20:41:12+00:00</updated>
<author>
<name>phanboy4</name>
</author>
<published>2013-08-12T20:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c7b0d8494d2809f142e4276b541f23a11f93c6f1'/>
<id>c7b0d8494d2809f142e4276b541f23a11f93c6f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(docs): disable brittle tests that need to be rewritten</title>
<updated>2013-08-25T21:46:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-24T21:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=92700509c8eb0015d864efdc8a46b421a6256d03'/>
<id>92700509c8eb0015d864efdc8a46b421a6256d03</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>fix($animate): only execute a timeout when transitions or keyframe animations are used</title>
<updated>2013-08-23T21:04:35+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-21T19:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ee2f3d21da6c9fccfe1e6a4ea8a65627519c8bf2'/>
<id>ee2f3d21da6c9fccfe1e6a4ea8a65627519c8bf2</id>
<content type='text'>
ngAnimate causes a 1ms flicker on the screen when no CSS animations are present on the element.
The solution is to change $animate to only use $timeouts when a duration is found on the element
before the transition/keyframe animation takes over.

Closes #3613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ngAnimate causes a 1ms flicker on the screen when no CSS animations are present on the element.
The solution is to change $animate to only use $timeouts when a duration is found on the element
before the transition/keyframe animation takes over.

Closes #3613
</pre>
</div>
</content>
</entry>
<entry>
<title>test(docs): ignore some of the specs on IE</title>
<updated>2013-08-23T19:43:42+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-08-21T00:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=040aa11ceb510d8f8ec8349a3ca99d9db874daf0'/>
<id>040aa11ceb510d8f8ec8349a3ca99d9db874daf0</id>
<content type='text'>
This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them.
</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>docs(overview): improve grammar</title>
<updated>2013-08-23T00:39:49+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-23T00:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a671b0423c9ce49e483ec306ff44148e0a37c265'/>
<id>a671b0423c9ce49e483ec306ff44148e0a37c265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
