<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/component-spec, branch v1.2.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(docs): fix broken IE8 test due to sanitization bug</title>
<updated>2013-10-04T17:43:11+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-10-04T17:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=948e8ca3250f2e806e6c822fbaee64f8e54c2a53'/>
<id>948e8ca3250f2e806e6c822fbaee64f8e54c2a53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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): 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>test(docs): don't mock out window unnecessarily</title>
<updated>2013-08-14T19:03:48+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-14T19:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=96bbf729ddb246f46e5fde7bb105a28e0cfde54b'/>
<id>96bbf729ddb246f46e5fde7bb105a28e0cfde54b</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): add missing createMockWindow()</title>
<updated>2013-08-14T17:24:17+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-08-14T06:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=670ca75c8ab3072af289ad6b136208c6ac2e0aa7'/>
<id>670ca75c8ab3072af289ad6b136208c6ac2e0aa7</id>
<content type='text'>
Add missing angular.mock.createMockWindow (removed in
0dd062231a4d495133fd907eeae95c566380c6e1), that the docs tests were
using.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing angular.mock.createMockWindow (removed in
0dd062231a4d495133fd907eeae95c566380c6e1), that the docs tests were
using.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): handle the empty string in errorDisplay</title>
<updated>2013-08-01T22:32:46+00:00</updated>
<author>
<name>Ken Sheedlo</name>
</author>
<published>2013-08-01T22:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3c0c7165e26ec53bc408a6cca367e11f0433682a'/>
<id>3c0c7165e26ec53bc408a6cca367e11f0433682a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngAnimate): $timeout integration and cancel callbacks added</title>
<updated>2013-07-27T06:49:54+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-07-22T19:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=15389b0e377e2a84b85178e993e4940d8098d0ed'/>
<id>15389b0e377e2a84b85178e993e4940d8098d0ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
