<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/auto, branch v1.2.13</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(injector): correct typo in example</title>
<updated>2014-02-06T15:44:31+00:00</updated>
<author>
<name>sunderls</name>
</author>
<published>2014-02-06T07:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=95d119ebb21ce94df63043ee600f6b4dba4cfcdf'/>
<id>95d119ebb21ce94df63043ee600f6b4dba4cfcdf</id>
<content type='text'>
$provide misused into $provider

maybe this should be corrected I think

Closes #6146
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$provide misused into $provider

maybe this should be corrected I think

Closes #6146
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($provide): return instance of Ping, rather than constructor</title>
<updated>2014-01-29T14:10:01+00:00</updated>
<author>
<name>Clark Pan</name>
</author>
<published>2014-01-28T00:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e2173f9101545b60367fd95524232fb8cf2eabca'/>
<id>e2173f9101545b60367fd95524232fb8cf2eabca</id>
<content type='text'>
Updating $provide.service method docs

The previous example provided for the service method did not work.  I've updated the example to a working example.

I think this version of the example will probably make more sense to most people, and the factory method would be
a better place for this sort of example.

Closes #6008
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating $provide.service method docs

The previous example provided for the service method did not work.  I've updated the example to a working example.

I think this version of the example will probably make more sense to most people, and the factory method would be
a better place for this sort of example.

Closes #6008
</pre>
</div>
</content>
</entry>
<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>
</feed>
