<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test, branch v1.0.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($location): reset $location.$$replace with every watch call</title>
<updated>2012-11-26T22:24:39+00:00</updated>
<author>
<name>Rado Kirov</name>
</author>
<published>2012-09-22T01:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc781560a341c804b02c7efd30c6d3010206401c'/>
<id>fc781560a341c804b02c7efd30c6d3010206401c</id>
<content type='text'>
Closes #1111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1111
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngRepeat): support mostly-stable repeating for primitives</title>
<updated>2012-11-26T20:33:45+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-23T21:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cde2f1a868ffacdc592803358130587fd73aca7b'/>
<id>cde2f1a868ffacdc592803358130587fd73aca7b</id>
<content type='text'>
I'm reverting changes that were originally done to ngRepeat to fix #933,
because these are now not necessary after the previous changes to keep
ngModel always synced with the DOM.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm reverting changes that were originally done to ngRepeat to fix #933,
because these are now not necessary after the previous changes to keep
ngModel always synced with the DOM.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngRepeat): clean up and improve tests</title>
<updated>2012-11-26T19:39:10+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-23T15:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6e2c38f54dc012dc919cdd7f7ab9b73dc1e99c66'/>
<id>6e2c38f54dc012dc919cdd7f7ab9b73dc1e99c66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(ngRepeat): add test for issue #1076</title>
<updated>2012-11-26T19:38:51+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-26T19:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ff4b3e20c1bcf8f4c76114f5537c8857393c9b2b'/>
<id>ff4b3e20c1bcf8f4c76114f5537c8857393c9b2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(jqLite): fire $destroy event via triggerHandler</title>
<updated>2012-11-26T15:03:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-24T00:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=269fb43b3667c74b35980798fd54937d65b7b7de'/>
<id>269fb43b3667c74b35980798fd54937d65b7b7de</id>
<content type='text'>
in jQuery 1.8.x the data() data structure is changed and events are
not accessible via data().events. Since all we need is to trigger
all event handlers, we can do so via triggerHandler() api instead of
mocking with the internal jQuery data structures.

This fix was originally proposed by PeteAppleton via PR #1512.

Closes #1512
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in jQuery 1.8.x the data() data structure is changed and events are
not accessible via data().events. Since all we need is to trigger
all event handlers, we can do so via triggerHandler() api instead of
mocking with the internal jQuery data structures.

This fix was originally proposed by PeteAppleton via PR #1512.

Closes #1512
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(jqLite): add triggerHandler()</title>
<updated>2012-11-26T15:03:39+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-24T00:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7530654328ae508bdd05d273ba4c4e04c90744b3'/>
<id>7530654328ae508bdd05d273ba4c4e04c90744b3</id>
<content type='text'>
we need triggerHandler() to become jQuery 1.8.x compatible.

this is not fully featured triggerHandler() implementation - it doesn't
bother creating new DOM events and passing them into the event handlers.

this is intentional, we don't need access to the native DOM event for our
own purposes and creating these event objects is really tricky.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we need triggerHandler() to become jQuery 1.8.x compatible.

this is not fully featured triggerHandler() implementation - it doesn't
bother creating new DOM events and passing them into the event handlers.

this is intentional, we don't need access to the native DOM event for our
own purposes and creating these event objects is really tricky.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(Scope): allow removing a listener during event</title>
<updated>2012-11-25T10:41:32+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-09-25T08:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ef1874d1f3349844fcd172657cd0a4beac5ffd23'/>
<id>ef1874d1f3349844fcd172657cd0a4beac5ffd23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($cacheFactory): return undefined when removing non-existent entry</title>
<updated>2012-11-24T20:58:17+00:00</updated>
<author>
<name>Jeremy Tymes</name>
</author>
<published>2012-11-13T12:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1eb9e22d450aa0b5c2221313e8c83dc5a47e3981'/>
<id>1eb9e22d450aa0b5c2221313e8c83dc5a47e3981</id>
<content type='text'>
Instead of throwning an exception, remove should return undefined when
cache entry to be removed doesn't exist.

Closes #1497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of throwning an exception, remove should return undefined when
cache entry to be removed doesn't exist.

Closes #1497
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): prevent default params to be shared between actions</title>
<updated>2012-11-24T20:29:16+00:00</updated>
<author>
<name>Adrian Gheorghe</name>
</author>
<published>2012-09-22T23:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c0de8fb737d5d381e1ca5efc58c9ce5fcd860dd9'/>
<id>c0de8fb737d5d381e1ca5efc58c9ce5fcd860dd9</id>
<content type='text'>
Having a $resource defined as:

var R = $resource('/Path', {}, {
  get: {method: 'GET', params: {objId: '1'}},
  perform: {method: 'GET'}
});

was causing both actions to call the same URI (if called in this order):

R.get({}); // =&gt; /Path?objId=1
R.perform({}); // =&gt; /Path?objId=1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having a $resource defined as:

var R = $resource('/Path', {}, {
  get: {method: 'GET', params: {objId: '1'}},
  perform: {method: 'GET'}
});

was causing both actions to call the same URI (if called in this order):

R.get({}); // =&gt; /Path?objId=1
R.perform({}); // =&gt; /Path?objId=1
</pre>
</div>
</content>
</entry>
<entry>
<title>revert($resource): support custom headers per action</title>
<updated>2012-11-11T11:07:26+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-11-11T11:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=29541e735d3c01acc2ff18e371858e9eba14fc0c'/>
<id>29541e735d3c01acc2ff18e371858e9eba14fc0c</id>
<content type='text'>
This reverts commit b936e52874fe0173c6d4ba0a84f45deac67518ac.

This commit introduces a feature and should haven't been merged
into the stable branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b936e52874fe0173c6d4ba0a84f45deac67518ac.

This commit introduces a feature and should haven't been merged
into the stable branch.
</pre>
</div>
</content>
</entry>
</feed>
