<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v0.9.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($route): fix regex escaping in route matcher</title>
<updated>2011-09-26T23:45:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T11:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f7a5f1788a794d082a05e48f728b22b47a6cc622'/>
<id>f7a5f1788a794d082a05e48f728b22b47a6cc622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): action defaults should override resource defaults</title>
<updated>2011-09-26T22:52:12+00:00</updated>
<author>
<name>Marcello Nuccio</name>
</author>
<published>2011-09-02T13:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b3ed7a8a7a45882751407fbb645302ee14ce1a79'/>
<id>b3ed7a8a7a45882751407fbb645302ee14ce1a79</id>
<content type='text'>
defaults definned per action should take precedence over defaults
defined for the whole resource.

This is potentialy a BREAKING CHANGE in case someone relied on the buggy
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defaults definned per action should take precedence over defaults
defined for the whole resource.

This is potentialy a BREAKING CHANGE in case someone relied on the buggy
behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular-mocks): fix .defer.cancel when i=0</title>
<updated>2011-09-16T12:19:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-16T12:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=62d34e1437311536be9e51c6878de7c67b8aefd0'/>
<id>62d34e1437311536be9e51c6878de7c67b8aefd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular-mocks): fix forEach -&gt; angular.forEach in $browser.defer.cancel</title>
<updated>2011-09-15T23:52:30+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-15T23:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=855971c385071b0c61d4996ff16ddf8825b2ee32'/>
<id>855971c385071b0c61d4996ff16ddf8825b2ee32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($browser.xhr): not convert 0 status to 200</title>
<updated>2011-09-06T21:33:29+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-09-06T21:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc5cda2f7296de5cd52a44bd1ced31c46f8a3a34'/>
<id>fc5cda2f7296de5cd52a44bd1ced31c46f8a3a34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(jsonp): fixing jsonp e2e tests</title>
<updated>2011-09-03T00:10:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-02T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5703984d4df214a492322ec83e805ebc2c4ea8c9'/>
<id>5703984d4df214a492322ec83e805ebc2c4ea8c9</id>
<content type='text'>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng:options): remove memory leak caused by scope.</title>
<updated>2011-08-21T08:12:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-21T05:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6aa04b1db48853340d720e0a1a3e325ac523a06f'/>
<id>6aa04b1db48853340d720e0a1a3e325ac523a06f</id>
<content type='text'>
$new can't be used for creation of temporary scopes because it registers
an onEval listener that doesn't go away and keeps the scope around, we
must use inherit(scope) instead to avoid this issue.

The issue does not apply to the master branch with the new scope which
has a scope descructor to clean up this mess.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$new can't be used for creation of temporary scopes because it registers
an onEval listener that doesn't go away and keeps the scope around, we
must use inherit(scope) instead to avoid this issue.

The issue does not apply to the master branch with the new scope which
has a scope descructor to clean up this mess.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($route): add reloadOnSearch route param to avoid reloads</title>
<updated>2011-08-19T19:05:52+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-15T15:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e004378d100ce767a1107180102790a9a360644e'/>
<id>e004378d100ce767a1107180102790a9a360644e</id>
<content type='text'>
In order to avoid unnecesary route reloads when just hashSearch part
of the url changes, it is now possible to disable this behavior by
setting reloadOnSearch param of the route declaration to false.

Closes #354
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to avoid unnecesary route reloads when just hashSearch part
of the url changes, it is now possible to disable this behavior by
setting reloadOnSearch param of the route declaration to false.

Closes #354
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($xhr,$resource): expose response headers in callbacks</title>
<updated>2011-08-19T08:20:45+00:00</updated>
<author>
<name>Karl Seamon</name>
</author>
<published>2011-07-29T22:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4ec1d8ee86e3138fb91543ca0dca28463895c090'/>
<id>4ec1d8ee86e3138fb91543ca0dca28463895c090</id>
<content type='text'>
all $xhr*, $resource and related mocks now have access to headers from
their callbacks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all $xhr*, $resource and related mocks now have access to headers from
their callbacks
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): properly call error callback when resource is called with two arguments</title>
<updated>2011-08-19T08:17:20+00:00</updated>
<author>
<name>Karl Seamon</name>
</author>
<published>2011-08-18T19:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c37bfde9eb31556ee1eb146795b0c1f1504a4a26'/>
<id>c37bfde9eb31556ee1eb146795b0c1f1504a4a26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
