<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/component-spec, branch v1.3.0-beta.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(doc-gen): new docs</title>
<updated>2014-02-16T19:03:41+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-02-12T22:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=389d4879da4aa620ee95d789b19ff9be44eb730a'/>
<id>389d4879da4aa620ee95d789b19ff9be44eb730a</id>
<content type='text'>
chore(doc-gen): implement dgeni
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chore(doc-gen): implement dgeni
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(cookbook): remove the cookbook docs</title>
<updated>2014-01-28T19:12:52+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-23T23:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce37ae28687167f7b4274ba547f013980126a219'/>
<id>ce37ae28687167f7b4274ba547f013980126a219</id>
<content type='text'>
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!

Closes #5967
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cookbook docs are now superceded by the guide. They are no longer available
in any menus and the only way to find them is to search for them. Remove!

Closes #5967
</pre>
</div>
</content>
</entry>
<entry>
<title>perf(jqLite): implement and use the `empty` method in place of `html(‘’)`</title>
<updated>2013-12-13T10:07:11+00:00</updated>
<author>
<name>Michał Gołębiowski</name>
</author>
<published>2013-10-16T13:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3410f65e790a81d457b4f4601a1e760a6f8ede5e'/>
<id>3410f65e790a81d457b4f4601a1e760a6f8ede5e</id>
<content type='text'>
jQuery's elem.html('') is way slower than elem.empty(). As clearing
element contents happens quite often in certain scenarios, switching
to using .empty() provides a significant performance boost when using
Angular with jQuery.

Closes #4457
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
jQuery's elem.html('') is way slower than elem.empty(). As clearing
element contents happens quite often in certain scenarios, switching
to using .empty() provides a significant performance boost when using
Angular with jQuery.

Closes #4457
</pre>
</div>
</content>
</entry>
<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>
</feed>
