<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/guide, branch v1.2.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(guide): fixed *off typo in angular.injector example comment</title>
<updated>2013-12-19T04:57:20+00:00</updated>
<author>
<name>Zachary Babtkis</name>
</author>
<published>2013-12-16T23:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f0e3dfd008b1fa5550298aba7f913d6ce0395bde'/>
<id>f0e3dfd008b1fa5550298aba7f913d6ce0395bde</id>
<content type='text'>
Closes #5441
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5441
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/directive): improve access to isolate scope information</title>
<updated>2013-12-18T21:14:12+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-12-18T21:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bf816d3ade9e72629521f78a81e5843bce876987'/>
<id>bf816d3ade9e72629521f78a81e5843bce876987</id>
<content type='text'>
Closes #5329
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5329
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(bootstrap-prettify): fix $timeout issues and update related docs</title>
<updated>2013-12-17T22:53:28+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-12-17T22:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=73c66715c9a13b0fdacf98a9e9f237063a97ebc3'/>
<id>73c66715c9a13b0fdacf98a9e9f237063a97ebc3</id>
<content type='text'>
End 2 end tests wait for all `$timeout`s to be run before completing the test.
This was problematic where we were using timeouts that restarted themselves because
there would never be a point when all timeouts had completed, causing the tests to hang.

To fix this $timeout had been monkey-patched but this caused other issue itself.

Now that we have $interval we don't need to use $timeout handlers that re-trigger the $timeout
so we can ditch the monkey-patch.

This commit tidies up any examples that are using this approach and changes them to use $interval
instead.

Closes #5232
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
End 2 end tests wait for all `$timeout`s to be run before completing the test.
This was problematic where we were using timeouts that restarted themselves because
there would never be a point when all timeouts had completed, causing the tests to hang.

To fix this $timeout had been monkey-patched but this caused other issue itself.

Now that we have $interval we don't need to use $timeout handlers that re-trigger the $timeout
so we can ditch the monkey-patch.

This commit tidies up any examples that are using this approach and changes them to use $interval
instead.

Closes #5232
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix a broken link</title>
<updated>2013-12-13T20:28:02+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2013-12-13T20:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=03088d60109582fa5e966ad8425b3de9d9152b6a'/>
<id>03088d60109582fa5e966ad8425b3de9d9152b6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>docs(guide/expression): remove misplaced comma</title>
<updated>2013-12-12T11:25:41+00:00</updated>
<author>
<name>mbrookes</name>
</author>
<published>2013-12-04T23:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=82e97cf53e93b2e0032e9220022be1245552fd10'/>
<id>82e97cf53e93b2e0032e9220022be1245552fd10</id>
<content type='text'>
Closes #5280
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5280
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(design): guide index formatting</title>
<updated>2013-12-10T00:32:10+00:00</updated>
<author>
<name>Andy Ferra</name>
</author>
<published>2013-12-03T00:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8ec2743ca13af58b7339d1e1e18eec2e8b0e8b6f'/>
<id>8ec2743ca13af58b7339d1e1e18eec2e8b0e8b6f</id>
<content type='text'>
Just my first pass at a more readable format of the guide index.

Note: the styles apply to all content in the docs, not just the guide
index. This is intentional and I feel that the result is positive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just my first pass at a more readable format of the guide index.

Note: the styles apply to all content in the docs, not just the guide
index. This is intentional and I feel that the result is positive.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/forms): clarify how NgModelController can be added to scope</title>
<updated>2013-12-09T20:14:45+00:00</updated>
<author>
<name>Wesley Cho</name>
</author>
<published>2013-11-29T14:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c3d6ca97e1618fa7b770d60fdc37b12ff51c65ab'/>
<id>c3d6ca97e1618fa7b770d60fdc37b12ff51c65ab</id>
<content type='text'>
Closes #5200
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5200
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/concepts): fix incorrect module name in example</title>
<updated>2013-11-27T22:59:13+00:00</updated>
<author>
<name>deepak-kapoor</name>
</author>
<published>2013-11-25T11:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=68dd621082b6ccd347cf61e6b9f89025f4fe92dc'/>
<id>68dd621082b6ccd347cf61e6b9f89025f4fe92dc</id>
<content type='text'>
Closes #5116
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5116
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/di): use square bracket notation for $inject annotation</title>
<updated>2013-11-27T22:48:02+00:00</updated>
<author>
<name>Evan Winslow</name>
</author>
<published>2013-11-23T23:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cda061f723a78789c33988790d06561b14f55e89'/>
<id>cda061f723a78789c33988790d06561b14f55e89</id>
<content type='text'>
Closes #5104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5104
</pre>
</div>
</content>
</entry>
</feed>
