<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v0.10.5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(release): cutting the 0.10.5 steel-fist release</title>
<updated>2011-11-08T12:29:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-11-08T12:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f5ef3724cef5a998eeb9c607b73bd4a409319c99'/>
<id>f5ef3724cef5a998eeb9c607b73bd4a409319c99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(changelog): release notes for 0.10.5 steel-fist</title>
<updated>2011-11-08T12:29:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-11-08T10:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e60601be4f0cfa7493ecef12608323e6ccf11326'/>
<id>e60601be4f0cfa7493ecef12608323e6ccf11326</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ng:style): compatibility + perf improvements</title>
<updated>2011-11-08T10:25:22+00:00</updated>
<author>
<name>Dhruv Manek</name>
</author>
<published>2011-11-05T00:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e2663f62b0fbb8b9ce2e706b821a135e0bc7e885'/>
<id>e2663f62b0fbb8b9ce2e706b821a135e0bc7e885</id>
<content type='text'>
- better compatibility with 3rd party code - we clober 3rd party
  style only if it direcrtly collides with 3rd party styles
- better perf since it doesn't execute stuff on every digest
- lots of tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- better compatibility with 3rd party code - we clober 3rd party
  style only if it direcrtly collides with 3rd party styles
- better perf since it doesn't execute stuff on every digest
- lots of tests
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ng:bind-attr): improve examples</title>
<updated>2011-11-08T10:23:51+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-11-08T06:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9f9ed4c5fff7a88e750131fed34dfd135c0922d2'/>
<id>9f9ed4c5fff7a88e750131fed34dfd135c0922d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(css): fixing positioning of disqus comments</title>
<updated>2011-11-06T05:30:50+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-11-06T05:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=66fc268aeb772aeb72d3301339fa7b5194c14561'/>
<id>66fc268aeb772aeb72d3301339fa7b5194c14561</id>
<content type='text'>
float:left causes the comments to shift to the left when content is longer
than the sidebar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
float:left causes the comments to shift to the left when content is longer
than the sidebar
</pre>
</div>
</content>
</entry>
<entry>
<title>style(angularFiles): just missing semi-colon and extra comma</title>
<updated>2011-11-01T21:14:52+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-11-01T01:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1d966f8a65a968d6549f70ff59ac280f50b4ce24'/>
<id>1d966f8a65a968d6549f70ff59ac280f50b4ce24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(mocks): test mocks with compiled angular</title>
<updated>2011-11-01T01:22:38+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-11-01T00:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ddf6f1143f140d81b22d21ff33de062a35999801'/>
<id>ddf6f1143f140d81b22d21ff33de062a35999801</id>
<content type='text'>
Unfortunately, there people in our team (me), who are not able to use angular.* namespace prefix
when writing angular-mocks code, so we need to test it...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately, there people in our team (me), who are not able to use angular.* namespace prefix
when writing angular-mocks code, so we need to test it...
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(matchers): extract jasmine matchers into separate file for future reuse</title>
<updated>2011-11-01T01:22:21+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-11-01T00:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2636105c5e363f14cda890f19ac9c3bc57556dd2'/>
<id>2636105c5e363f14cda890f19ac9c3bc57556dd2</id>
<content type='text'>
Prefix all used functions with angular.* so that they can be used with compiled angular as well...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prefix all used functions with angular.* so that they can be used with compiled angular as well...
</pre>
</div>
</content>
</entry>
<entry>
<title>test(scope): infinite digest test should pass on all browsers</title>
<updated>2011-10-31T19:46:12+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-31T19:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c0b557a96c72dc5be0a698efe01654d0295e1e49'/>
<id>c0b557a96c72dc5be0a698efe01654d0295e1e49</id>
<content type='text'>
Different browsers print function body differently, and best of all IE doesn't have
function.name property.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Different browsers print function body differently, and best of all IE doesn't have
function.name property.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular-bootstrap): fix boostrap scripts that broke w\ 5a2dcb9a</title>
<updated>2011-10-31T18:34:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-10-31T05:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=84873e7f4eacae7d71605b2368ee746fe30a25e3'/>
<id>84873e7f4eacae7d71605b2368ee746fe30a25e3</id>
<content type='text'>
Commit 5a2dcb9a doesn't properly modify angular-boostrap.js.

This fix resolves issues and makes both the regular and scenario
version of angular-boostrap.js functional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 5a2dcb9a doesn't properly modify angular-boostrap.js.

This fix resolves issues and makes both the regular and scenario
version of angular-boostrap.js functional.
</pre>
</div>
</content>
</entry>
</feed>
