<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/auto, branch v1.1.4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs($injector): correct misuse of $inject</title>
<updated>2013-03-12T20:00:03+00:00</updated>
<author>
<name>Arlen Christian Mart Cuss</name>
</author>
<published>2013-03-12T05:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d1b49e25f1c8e303d57f44d1d3417dbefb194a5c'/>
<id>d1b49e25f1c8e303d57f44d1d3417dbefb194a5c</id>
<content type='text'>
$inject was used where $injector was appropriate; confusing and
misleading.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$inject was used where $injector was appropriate; confusing and
misleading.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($injector): remove extranneous 'the' from injector docs</title>
<updated>2013-03-08T22:44:44+00:00</updated>
<author>
<name>Jason Morrison</name>
</author>
<published>2013-03-07T22:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a248d5a32d0ec40de599add92eb5ecfbae66391b'/>
<id>a248d5a32d0ec40de599add92eb5ecfbae66391b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($injector): clarify $inject property description</title>
<updated>2013-01-24T05:15:32+00:00</updated>
<author>
<name>Vineet Kumar</name>
</author>
<published>2013-01-24T04:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d2177ae3120ad88489d1f073d7659bff177ee654'/>
<id>d2177ae3120ad88489d1f073d7659bff177ee654</id>
<content type='text'>
Section heading about `$inject` property refers to it as `$injector` property.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Section heading about `$inject` property refers to it as `$injector` property.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($injector): remove bogus fn arg</title>
<updated>2013-01-08T22:36:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-01-08T22:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b6b7c5a1d66073937709158da8c2d688cb45c9f6'/>
<id>b6b7c5a1d66073937709158da8c2d688cb45c9f6</id>
<content type='text'>
getService fn takes only one argument, removing the second one.

Closes #1711
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getService fn takes only one argument, removing the second one.

Closes #1711
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($injector): provider can now be defined in the array format</title>
<updated>2012-12-01T17:41:59+00:00</updated>
<author>
<name>Sudhir Jonathan</name>
</author>
<published>2012-11-26T19:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2c405f417125c80c387a51baece8bf6e1e0c0a81'/>
<id>2c405f417125c80c387a51baece8bf6e1e0c0a81</id>
<content type='text'>
`injector.instantiate` is now called for arrays too, instead of only for functions.

Closes #1452
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`injector.instantiate` is now called for arrays too, instead of only for functions.

Closes #1452
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(injector): fix typo in injector documentation</title>
<updated>2012-10-31T21:19:05+00:00</updated>
<author>
<name>sqwishy trick</name>
</author>
<published>2012-10-26T03:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=271d2bed3afacc780b40af8b692c40a031d79f9d'/>
<id>271d2bed3afacc780b40af8b692c40a031d79f9d</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): more conservative annotation parsing</title>
<updated>2012-09-06T23:06:24+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-09-05T21:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d9eff86ef77dd76208cef21e882239d4db0eac1e'/>
<id>d9eff86ef77dd76208cef21e882239d4db0eac1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($injector): move $injector into the providerCache</title>
<updated>2012-07-20T04:56:22+00:00</updated>
<author>
<name>JP Sugarbroad</name>
</author>
<published>2012-06-13T20:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e3e8813e3c586093c79cffe2b17418c0c1797d4a'/>
<id>e3e8813e3c586093c79cffe2b17418c0c1797d4a</id>
<content type='text'>
Better than special-casing '$injector' in createInjector.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better than special-casing '$injector' in createInjector.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): simplify doc urls</title>
<updated>2012-06-12T07:10:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-12T06:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f16150d5f1b20b3d633b4402095ea89baa4be042'/>
<id>f16150d5f1b20b3d633b4402095ea89baa4be042</id>
<content type='text'>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(dependency injecton): rewrite</title>
<updated>2012-06-02T23:02:05+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-02-27T20:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2e90cdc3d4dff966faed97d3a566e9d9c00c9794'/>
<id>2e90cdc3d4dff966faed97d3a566e9d9c00c9794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
