<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/guide, branch v1.2.15</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(module): add link to mentioned resource</title>
<updated>2014-03-21T18:42:18+00:00</updated>
<author>
<name>Gias Kay Lee</name>
</author>
<published>2014-03-10T06:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f0347d5efa193b6f59ac854798e90feaee727c77'/>
<id>f0347d5efa193b6f59ac854798e90feaee727c77</id>
<content type='text'>
Closes #6628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6628
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(migration): note that services can now return functions</title>
<updated>2014-03-21T18:42:17+00:00</updated>
<author>
<name>wbyoko</name>
</author>
<published>2014-03-01T02:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5fb298b90f8edc5d8975cae01e75329926773a19'/>
<id>5fb298b90f8edc5d8975cae01e75329926773a19</id>
<content type='text'>
This change mostly effects preprocessed javascript.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change mostly effects preprocessed javascript.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(formatting): removed unnecessary white spaces</title>
<updated>2014-03-21T18:42:17+00:00</updated>
<author>
<name>Takashi Nakagawa</name>
</author>
<published>2014-03-07T17:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=483325a7b5836342949e55b550e5d138a8da59b7'/>
<id>483325a7b5836342949e55b550e5d138a8da59b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/module): remove duplicate word</title>
<updated>2014-03-21T18:42:16+00:00</updated>
<author>
<name>Denis Parchenko</name>
</author>
<published>2014-03-17T10:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=78bc84c497225ae38d615cdf587a12fbd04c71b4'/>
<id>78bc84c497225ae38d615cdf587a12fbd04c71b4</id>
<content type='text'>
Closes #6709
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6709
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/concepts): move ng-app into example text</title>
<updated>2014-03-18T07:14:06+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-03-18T07:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=103cb513d93109e3af37268ea176e89d4883431b'/>
<id>103cb513d93109e3af37268ea176e89d4883431b</id>
<content type='text'>
Closes #6639
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6639
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/compiler): add missing closing parenthesis</title>
<updated>2014-03-14T18:50:37+00:00</updated>
<author>
<name>Sagie Maoz</name>
</author>
<published>2014-03-13T12:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dfdb72559f4a4384f1f47196d224e929f759256f'/>
<id>dfdb72559f4a4384f1f47196d224e929f759256f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/unit-testing): fix typo</title>
<updated>2014-03-14T18:50:28+00:00</updated>
<author>
<name>Nick Carter</name>
</author>
<published>2014-03-13T15:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d69793d93c9b946c904bafed12983ef4459c4cd6'/>
<id>d69793d93c9b946c904bafed12983ef4459c4cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/forms): remove unnecessary controller reference</title>
<updated>2014-03-11T17:40:32+00:00</updated>
<author>
<name>Narretz</name>
</author>
<published>2014-03-03T21:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0db301f863deeca12a440d1d31adf52d01515a8a'/>
<id>0db301f863deeca12a440d1d31adf52d01515a8a</id>
<content type='text'>
the controller reference was breaking the custom validation example

Closes #6525
Closes #6533
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the controller reference was breaking the custom validation example

Closes #6525
Closes #6533
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/providers): remove unneeded word "the"</title>
<updated>2014-03-11T17:40:21+00:00</updated>
<author>
<name>chadfennell</name>
</author>
<published>2014-03-09T16:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8e6d3875c6659c20a860589ac0290fb64a900bb0'/>
<id>8e6d3875c6659c20a860589ac0290fb64a900bb0</id>
<content type='text'>
no need to specify which space, there's only one :)

Closes #6622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no need to specify which space, there's only one :)

Closes #6622
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/migration): fix broken link</title>
<updated>2014-03-11T17:35:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-03-07T21:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dc39f368c359508078997d56fba4eaa641bcaa83'/>
<id>dc39f368c359508078997d56fba4eaa641bcaa83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
