<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ng, branch v1.0.0rc8</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(ngSrc,ngHref): binding should set element prop as well as attr</title>
<updated>2012-05-07T06:01:33+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-06T23:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b24cc63bcbd45741d21757653f05d54db09e0f20'/>
<id>b24cc63bcbd45741d21757653f05d54db09e0f20</id>
<content type='text'>
IE9 ignores setAttribute('src', val) calls on img if "ng:src" attribute
is present. It only fetches the image if element property is updated as well.

Closes #935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IE9 ignores setAttribute('src', val) calls on img if "ng:src" attribute
is present. It only fetches the image if element property is updated as well.

Closes #935
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngModel): use keydown/change events on IE9 instead of input</title>
<updated>2012-05-07T06:01:33+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-06T16:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=49dfdf8f0238ef8c473fcb44694f6b5696ecde70'/>
<id>49dfdf8f0238ef8c473fcb44694f6b5696ecde70</id>
<content type='text'>
On IE9 the input event is not fired when backspace or delete key are pressed or when
cut is performed. This makes listening on the input event unreliable and therefore
it's better for us to just use keydown/change events instead.

Closes #879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On IE9 the input event is not fired when backspace or delete key are pressed or when
cut is performed. This makes listening on the input event unreliable and therefore
it's better for us to just use keydown/change events instead.

Closes #879
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($parse): support methods on falsy primitive types</title>
<updated>2012-05-05T01:30:19+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-04-14T17:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=499a76a08cc7a7604dab5e1dd9cca675b8e29333'/>
<id>499a76a08cc7a7604dab5e1dd9cca675b8e29333</id>
<content type='text'>
e.g. zero, false, empty string

- fix tests to be executed with csp true
- fix cps (when more than 5 parts)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g. zero, false, empty string

- fix tests to be executed with csp true
- fix cps (when more than 5 parts)</pre>
</div>
</content>
</entry>
<entry>
<title>bug($cookie): set on app base path rather the current path.</title>
<updated>2012-05-04T22:50:39+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-03T21:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64'/>
<id>d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): have $observe return registration function</title>
<updated>2012-05-04T22:50:39+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-03T23:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7f0eb1516165fcb73f1c9953018b7c9b70acfae1'/>
<id>7f0eb1516165fcb73f1c9953018b7c9b70acfae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(controller): allow setting map of controllers</title>
<updated>2012-05-04T22:50:37+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-29T05:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cef3535c16d5b7825f797adc6705d61dad759796'/>
<id>cef3535c16d5b7825f797adc6705d61dad759796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): ignore ws when checking if template has single root</title>
<updated>2012-05-04T20:01:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-04T08:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9c0418cf1abd609bf0ffbe71fbdfa75905cf8e0f'/>
<id>9c0418cf1abd609bf0ffbe71fbdfa75905cf8e0f</id>
<content type='text'>
Also add the same error checking for sync templates.

Closes #910
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add the same error checking for sync templates.

Closes #910
</pre>
</div>
</content>
</entry>
<entry>
<title>style($compile): clean up the code and normalize fn names</title>
<updated>2012-05-04T06:31:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-03T07:15:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fff31d8d612430caf10a61a85e81e8c6c3629138'/>
<id>fff31d8d612430caf10a61a85e81e8c6c3629138</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): attach scope to the directive element when templateUrl and replace=true</title>
<updated>2012-05-03T07:15:26+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-03T04:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=705f4bbf115d2408e33b25f56edbf1f383aabb82'/>
<id>705f4bbf115d2408e33b25f56edbf1f383aabb82</id>
<content type='text'>
We forgot to reattach the scope to the replacement element. This affected only
directives that had templateUrl and replace:true properties.

Reported on the mailing list:
https://groups.google.com/forum/?fromgroups#!topic/angular/zwjLr1msS2Y
http://jsfiddle.net/lukebayes/g9Sh9/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We forgot to reattach the scope to the replacement element. This affected only
directives that had templateUrl and replace:true properties.

Reported on the mailing list:
https://groups.google.com/forum/?fromgroups#!topic/angular/zwjLr1msS2Y
http://jsfiddle.net/lukebayes/g9Sh9/
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($compile): remove obsolete &lt;&lt;CONTENT&gt;&gt; transclusion</title>
<updated>2012-05-03T07:15:26+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-02T23:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bd530e225750e9b30b6300fc3d7447a5f1071667'/>
<id>bd530e225750e9b30b6300fc3d7447a5f1071667</id>
<content type='text'>
This stuff was never documented and is an accidental leftover from the time
when the compiler was rewritten.

If any code depends on this, it should be rewritten to use ngTransclude directive
intead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This stuff was never documented and is an accidental leftover from the time
when the compiler was rewritten.

If any code depends on this, it should be rewritten to use ngTransclude directive
intead.
</pre>
</div>
</content>
</entry>
</feed>
