<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test, branch v0.9.15</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>add test for ng:view sync cache regression</title>
<updated>2011-04-11T15:04:16+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-11T15:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3d388498e5c8920ca3c88d3ee1eccefcfcf99626'/>
<id>3d388498e5c8920ca3c88d3ee1eccefcfcf99626</id>
<content type='text'>
test for 9bd2c396
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test for 9bd2c396
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build for IE9</title>
<updated>2011-04-09T07:16:44+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-09T07:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9462b556a31efbe1560c5086326c80a6e9e39f87'/>
<id>9462b556a31efbe1560c5086326c80a6e9e39f87</id>
<content type='text'>
all unit tests now pass under IE9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all unit tests now pass under IE9
</pre>
</div>
</content>
</entry>
<entry>
<title>fix e2e runner tests</title>
<updated>2011-04-08T17:16:56+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-08T17:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8e6ecd98ae5ef24a7398aee19c006b9dda5385ff'/>
<id>8e6ecd98ae5ef24a7398aee19c006b9dda5385ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use special nodeName_ impl only for IE&lt;9</title>
<updated>2011-04-07T21:56:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-07T21:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0d2d7025e60095afc3497c6cd4a4af9e0cd9b90e'/>
<id>0d2d7025e60095afc3497c6cd4a4af9e0cd9b90e</id>
<content type='text'>
apparently IE9 is one step closer to becoming a real browser by
treating xmlns-like ("foo:") prefixes in node names as part of the
node name.

fixes:
https://groups.google.com/forum/?lnk=srg#!topic/angular/TGdrV4GsL8U
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apparently IE9 is one step closer to becoming a real browser by
treating xmlns-like ("foo:") prefixes in node names as part of the
node name.

fixes:
https://groups.google.com/forum/?lnk=srg#!topic/angular/TGdrV4GsL8U
</pre>
</div>
</content>
</entry>
<entry>
<title>correct $resource's success callback execution</title>
<updated>2011-04-04T23:04:37+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-04T23:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=754d2541c41080ba8d2a20cbe04ce16b1742296f'/>
<id>754d2541c41080ba8d2a20cbe04ce16b1742296f</id>
<content type='text'>
succcess callbacks should be executed for status codes in the range
of &lt;200,300).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
succcess callbacks should be executed for status codes in the range
of &lt;200,300).
</pre>
</div>
</content>
</entry>
<entry>
<title>encode query params correctly but not too agressively</title>
<updated>2011-04-01T04:45:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-01T04:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=78a0f41058a3c8094cf3b8979baa212a3b88b2a6'/>
<id>78a0f41058a3c8094cf3b8979baa212a3b88b2a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add much needed whitespace to jqLiteSpec.js</title>
<updated>2011-03-31T08:42:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=eccd9bfbb3d63731814941789089e1c799005fb4'/>
<id>eccd9bfbb3d63731814941789089e1c799005fb4</id>
<content type='text'>
can we agree to put more white space into our code?

I follow there rules for specs:

- 1 blank line between sections of nontrivial it block
- 2 blank lines between it blocks
- 2 blank lines between describe blocks
- 2 blank lines between beforeEach and afterEach
- no blank line between describe and the first child it
- no blank lines between two or more closing }); lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can we agree to put more white space into our code?

I follow there rules for specs:

- 1 blank line between sections of nontrivial it block
- 2 blank lines between it blocks
- 2 blank lines between describe blocks
- 2 blank lines between beforeEach and afterEach
- no blank line between describe and the first child it
- no blank lines between two or more closing }); lines
</pre>
</div>
</content>
</entry>
<entry>
<title>add specs for jqLite wrapping/node creation</title>
<updated>2011-03-31T08:20:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2d9dd1c17270d8300b909fcb2f36964662000acf'/>
<id>2d9dd1c17270d8300b909fcb2f36964662000acf</id>
<content type='text'>
tests cover:
- creating comment tags from a string
- creating script tag from a string
- wrapping document fragment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests cover:
- creating comment tags from a string
- creating script tag from a string
- wrapping document fragment
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore jqLite#append for doc fragment</title>
<updated>2011-03-31T08:19:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a2c42711281d6ec61b73190b47743f79143c5bb1'/>
<id>a2c42711281d6ec61b73190b47743f79143c5bb1</id>
<content type='text'>
this is needed to be compatible with jqQuery 1.5.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is needed to be compatible with jqQuery 1.5.1
</pre>
</div>
</content>
</entry>
<entry>
<title>fix jqLite#parent to be compatible with jQuery</title>
<updated>2011-03-31T08:17:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=56c00800c78d3d896fa6cb97ab97b974805152c4'/>
<id>56c00800c78d3d896fa6cb97ab97b974805152c4</id>
<content type='text'>
our original implementation doesn't work with
document fragments on IE

- tests were added to cover missing cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
our original implementation doesn't work with
document fragments on IE

- tests were added to cover missing cases
</pre>
</div>
</content>
</entry>
</feed>
