<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ngMock, branch g3_v1_0</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(dump): remove dead code</title>
<updated>2013-07-22T21:01:38+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-07-22T20:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=acb6b75fe9968f0ccdb44353258c05cb747961ca'/>
<id>acb6b75fe9968f0ccdb44353258c05cb747961ca</id>
<content type='text'>
This code is not being used any more and the test is now failing
due to Karma changes. Karma used to expose window.dump but that
changed recently and that's why our build is now failing.

I'm removing the code and test, but we still need to figure out
how to route window.dump through angular.mock.dump, but that will
have to be a separate commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code is not being used any more and the test is now failing
due to Karma changes. Karma used to expose window.dump but that
changed recently and that's why our build is now failing.

I'm removing the code and test, but we still need to figure out
how to route window.dump through angular.mock.dump, but that will
have to be a separate commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($defer): remove deprecated $defer service</title>
<updated>2012-06-12T08:09:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-12T07:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9af7a9198e2d30608ea6c40eedde03e44a6ef569'/>
<id>9af7a9198e2d30608ea6c40eedde03e44a6ef569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($rootElement): added application root element</title>
<updated>2012-06-02T21:50:58+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-18T21:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=85632cb44c95617d73c369f3a03fb476a4d5c8a2'/>
<id>85632cb44c95617d73c369f3a03fb476a4d5c8a2</id>
<content type='text'>
Publish the application root element as $rootElement
so that it can be injected to other services.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Publish the application root element as $rootElement
so that it can be injected to other services.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($timeout): add $timeout service that supersedes $defer</title>
<updated>2012-05-23T22:00:56+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-05-23T06:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4511d39cc748288df70bdc258f98a8f36652e683'/>
<id>4511d39cc748288df70bdc258f98a8f36652e683</id>
<content type='text'>
$timeout has a better name ($defer got often confused with something related to $q) and
is actually promise based with cancelation support.

With this commit the $defer service is deprecated and will be removed before 1.0.

Closes #704, #532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$timeout has a better name ($defer got often confused with something related to $q) and
is actually promise based with cancelation support.

With this commit the $defer service is deprecated and will be removed before 1.0.

Closes #704, #532
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(jqLite): have same expando format as jQuery</title>
<updated>2012-05-17T17:36:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-09T23:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=acf095d1783e30e750d046ef24e81b5a0a31fbd4'/>
<id>acf095d1783e30e750d046ef24e81b5a0a31fbd4</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): .data()/.bind() memory leak</title>
<updated>2012-05-15T04:56:22+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-05-09T23:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ec1c5dfaee32f9638cedd28bb96bbbecce9d0cf0'/>
<id>ec1c5dfaee32f9638cedd28bb96bbbecce9d0cf0</id>
<content type='text'>
Since angular attaches scope/injector/controller
into DOM it should clean up after itself. No need
to complain about memory leaks, since they can
only happened on detached DOM. Detached DOM would
only be in tests, since in production the DOM
would be attached to render tree and removal
would automatically clear memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since angular attaches scope/injector/controller
into DOM it should clean up after itself. No need
to complain about memory leaks, since they can
only happened on detached DOM. Detached DOM would
only be in tests, since in production the DOM
would be attached to render tree and removal
would automatically clear memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($resource): support HTTP PATCH method</title>
<updated>2012-04-20T19:32:33+00:00</updated>
<author>
<name>simpulton</name>
</author>
<published>2012-04-20T08:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e61fd1b43a55496c11c63da7ca2fc05b88d44043'/>
<id>e61fd1b43a55496c11c63da7ca2fc05b88d44043</id>
<content type='text'>
Properly serialize data into request body instead of url.

Closes #887
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly serialize data into request body instead of url.

Closes #887
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($browser): remove the addJs method</title>
<updated>2012-04-10T00:59:47+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-09T21:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fbaa1968b7c596ccb63ea8b4be1d3bd92eda50d8'/>
<id>fbaa1968b7c596ccb63ea8b4be1d3bd92eda50d8</id>
<content type='text'>
this was never meant to be a public api used by apps. I refactored
the code to hide the functionality.

BREAKING CHANGE: $browser.addJs method was removed

apps that depended on this functionality should either use many of the
existing script loaders or create a simple helper method specific to the
app.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this was never meant to be a public api used by apps. I refactored
the code to hide the functionality.

BREAKING CHANGE: $browser.addJs method was removed

apps that depended on this functionality should either use many of the
existing script loaders or create a simple helper method specific to the
app.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(TzDate): add support for toISOString method</title>
<updated>2012-03-28T23:30:31+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-27T15:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=da9f4dfcf4f3d0c21821d8474ac0bb19a3c51415'/>
<id>da9f4dfcf4f3d0c21821d8474ac0bb19a3c51415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(Rakefile): get ready for modules</title>
<updated>2012-03-28T18:16:36+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-27T04:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8218c4b60b82927234cf545253266f288fa936c2'/>
<id>8218c4b60b82927234cf545253266f288fa936c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
