<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/auto, branch v1.2.10</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs($provide): fix Markdown formatting for provider method</title>
<updated>2014-01-19T03:09:56+00:00</updated>
<author>
<name>Vlad GURDIGA</name>
</author>
<published>2013-12-17T04:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=99c5027bf26fa1e14611eb38b8ad9d0197784897'/>
<id>99c5027bf26fa1e14611eb38b8ad9d0197784897</id>
<content type='text'>
Indentation made Markdown parser think that it’s a block of code.

Closes #5446
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Indentation made Markdown parser think that it’s a block of code.

Closes #5446
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(provider): replaced coffeescript with comparable javascript example</title>
<updated>2014-01-14T04:03:36+00:00</updated>
<author>
<name>Lukas Ruebbelke</name>
</author>
<published>2014-01-09T02:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e324c149077d99cb722ab3b9e05759cb4dfa07a9'/>
<id>e324c149077d99cb722ab3b9e05759cb4dfa07a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($injector): remove INSTANTIATING entry when done</title>
<updated>2013-12-31T09:17:43+00:00</updated>
<author>
<name>Matt Ginzton</name>
</author>
<published>2013-12-31T00:02:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=186a5912288acfff0ee59dae29af83c37c987921'/>
<id>186a5912288acfff0ee59dae29af83c37c987921</id>
<content type='text'>
getService flags services as INSTANTIATING while it calls their
provider factory, in order to detect circular dependencies. If
the service is instantiated correctly, the INSTANTIATING flag is
overwritten with the actual service. However, if the service is
not instantiated correctly, the INSTANTIATING flag should still
be removed, or all further requests for this service will be
mis-detected as a circular dependency.

Closes #4361
Closes #5577
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getService flags services as INSTANTIATING while it calls their
provider factory, in order to detect circular dependencies. If
the service is instantiated correctly, the INSTANTIATING flag is
overwritten with the actual service. However, if the service is
not instantiated correctly, the INSTANTIATING flag should still
be removed, or all further requests for this service will be
mis-detected as a circular dependency.

Closes #4361
Closes #5577
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($injector): use correct spacing convention for CoffeeScript functions</title>
<updated>2013-12-19T13:05:15+00:00</updated>
<author>
<name>mkolodny</name>
</author>
<published>2013-12-10T14:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=14d3e559d45e606a1e96860ebb28d65656ff334a'/>
<id>14d3e559d45e606a1e96860ebb28d65656ff334a</id>
<content type='text'>
This convention is exhibited by http://coffeescript.org/ and https://github.com/polarmobile/coffeescript-style-guide#functions.

Closes #5354
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This convention is exhibited by http://coffeescript.org/ and https://github.com/polarmobile/coffeescript-style-guide#functions.

Closes #5354
</pre>
</div>
</content>
</entry>
<entry>
<title>style($injector): remove ws</title>
<updated>2013-12-13T07:51:45+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-12-13T07:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a0ed3713899f0ec5f3e1b76ef48fc3acedabe1a5'/>
<id>a0ed3713899f0ec5f3e1b76ef48fc3acedabe1a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perf($injector): remove invoke optimization that doesn't work</title>
<updated>2013-12-13T07:49:03+00:00</updated>
<author>
<name>Ben Wiklund</name>
</author>
<published>2013-12-13T00:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=05e4fd3488b89e670c36869f18defe26deac2efa'/>
<id>05e4fd3488b89e670c36869f18defe26deac2efa</id>
<content type='text'>
Closes #5388
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5388
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($injector): add example on how to use the element.injector</title>
<updated>2013-12-09T16:32:09+00:00</updated>
<author>
<name>Joscha Feth</name>
</author>
<published>2013-11-28T13:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b4d44e12987131bfd23399947fe9b2f860cc5729'/>
<id>b4d44e12987131bfd23399947fe9b2f860cc5729</id>
<content type='text'>
Closes #5188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5188
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($injector): use square bracket notation for $inject annotation</title>
<updated>2013-11-27T22:52:10+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-11-27T22:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1014e523493f9b8c8bf62c0ad104fdfcfde60ae2'/>
<id>1014e523493f9b8c8bf62c0ad104fdfcfde60ae2</id>
<content type='text'>
Closes #5104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5104
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(api): example for $provide.value() uses $provide.value()</title>
<updated>2013-11-20T11:21:09+00:00</updated>
<author>
<name>jbnizet</name>
</author>
<published>2013-11-17T08:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c0e10683a6ecbf6682920cd2c2e173ab148dabee'/>
<id>c0e10683a6ecbf6682920cd2c2e173ab148dabee</id>
<content type='text'>
The example code for `$provide.value()` actually used `$provide.constant()`.
It now uses `$provide.value()`.

Closes #4983
Closes #4990
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The example code for `$provide.value()` actually used `$provide.constant()`.
It now uses `$provide.value()`.

Closes #4983
Closes #4990
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($provide): fix link to factory section</title>
<updated>2013-10-28T21:27:28+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-10-28T20:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cf54510b2ca232e99d14104b88593843217df624'/>
<id>cf54510b2ca232e99d14104b88593843217df624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
