<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch g3_v1_0</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs($provide): improve docs and examples further</title>
<updated>2013-10-10T17:22:52+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-10-10T15:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=770353df1956ab45bdbe45a4d5040caa40bf880f'/>
<id>770353df1956ab45bdbe45a4d5040caa40bf880f</id>
<content type='text'>
Improve the "tracking" service example by adding a configuration option.
Get better formatting of the generated code samples using &lt;pre&gt; tags.
Move the detailed explanations into each function's documentation block.
Improve the overview and list the constituent functions by significance.

Closes #4302
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve the "tracking" service example by adding a configuration option.
Get better formatting of the generated code samples using &lt;pre&gt; tags.
Move the detailed explanations into each function's documentation block.
Improve the overview and list the constituent functions by significance.

Closes #4302
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($provide): improve examples and explanations</title>
<updated>2013-10-10T17:22:51+00:00</updated>
<author>
<name>Tim Ruffles</name>
</author>
<published>2013-10-06T22:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=85b7d24357a59876810d8b2494bd2bfbb920a5da'/>
<id>85b7d24357a59876810d8b2494bd2bfbb920a5da</id>
<content type='text'>
$provide's example seems awkward. Replace with more real-world example,
using an injected service, where the service defined has a good reason to
be a singleton.

There's quite a lot of confusion around $provide:
http://stackoverflow.com/search?q=angularjs+service+vs+factory
Tests for example at: http://jsbin.com/EMabAv/1/edit?js,output
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$provide's example seems awkward. Replace with more real-world example,
using an injected service, where the service defined has a good reason to
be a singleton.

There's quite a lot of confusion around $provide:
http://stackoverflow.com/search?q=angularjs+service+vs+factory
Tests for example at: http://jsbin.com/EMabAv/1/edit?js,output
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngValue): add docs for ngValue directive</title>
<updated>2013-10-07T13:42:54+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-10-03T20:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3374e35953f41fb255fff276e43afd2fc997f1d7'/>
<id>3374e35953f41fb255fff276e43afd2fc997f1d7</id>
<content type='text'>
Closes #4267
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4267
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngModel): fix grammar and improve clarity</title>
<updated>2013-10-07T13:41:08+00:00</updated>
<author>
<name>Dave Peticolas</name>
</author>
<published>2013-10-05T22:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=90ff8a98d84e2c0f240d89d362e6131c621e4cc1'/>
<id>90ff8a98d84e2c0f240d89d362e6131c621e4cc1</id>
<content type='text'>
Closes #4291

Conflicts:
	src/ng/directive/input.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4291

Conflicts:
	src/ng/directive/input.js
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(angular.bind): clarify that bind is partial application</title>
<updated>2013-10-03T22:46:24+00:00</updated>
<author>
<name>Joe Hanink</name>
</author>
<published>2013-10-02T22:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a4dc21ebf53165c70c49c300174714e0921af510'/>
<id>a4dc21ebf53165c70c49c300174714e0921af510</id>
<content type='text'>
The `angular.bind` function reflects the definition of "partial application", which
reduces a function's arity rather than transforming a function with n args into a
chain of n functions, each having a single arg.

curry : f(x,y,z) -&gt; f(x)(y)(z)
partial application : f(x,y,z) -&gt; f(x)(y,z)

Closes #4239
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `angular.bind` function reflects the definition of "partial application", which
reduces a function's arity rather than transforming a function with n args into a
chain of n functions, each having a single arg.

curry : f(x,y,z) -&gt; f(x)(y)(z)
partial application : f(x,y,z) -&gt; f(x)(y,z)

Closes #4239
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(rootScope): improve grammar and clarity</title>
<updated>2013-10-03T22:18:45+00:00</updated>
<author>
<name>Pete Bacon Darwin</name>
</author>
<published>2013-10-03T22:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2acadc421692d700c015d11cee4131769837ced4'/>
<id>2acadc421692d700c015d11cee4131769837ced4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($sanitize): sanitize DOCTYPE declarations correctly</title>
<updated>2013-10-03T07:43:06+00:00</updated>
<author>
<name>paolo-delmundo</name>
</author>
<published>2013-10-02T19:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c7658d94579d0e802bcdd43fe8fdee24c9a45dcb'/>
<id>c7658d94579d0e802bcdd43fe8fdee24c9a45dcb</id>
<content type='text'>
HTML to be sanitized that contains a DOCTYPE declaration were causing
the HTML parser to throw an error.  Now the parser correctly removes
the declarations when sanitizing HTML.

Closes #3931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HTML to be sanitized that contains a DOCTYPE declaration were causing
the HTML parser to throw an error.  Now the parser correctly removes
the declarations when sanitizing HTML.

Closes #3931
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(angular.copy): add an example with the two possible arguments</title>
<updated>2013-09-30T21:16:30+00:00</updated>
<author>
<name>Uri Goldshtein</name>
</author>
<published>2013-09-27T13:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b92c650e056bc3e445fdbe6f355d115338ecca2f'/>
<id>b92c650e056bc3e445fdbe6f355d115338ecca2f</id>
<content type='text'>
Closes #4179
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4179
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($timeout): add a $timeout example</title>
<updated>2013-09-28T14:26:36+00:00</updated>
<author>
<name>Uri Goldshtein</name>
</author>
<published>2013-09-27T15:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b17d40b4a53c7490d6bed3ac1bacc36c3017a189'/>
<id>b17d40b4a53c7490d6bed3ac1bacc36c3017a189</id>
<content type='text'>
The original example is by gxlcl.

Closes #4180
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original example is by gxlcl.

Closes #4180
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(angular.Module): fix controller and directive method parameters</title>
<updated>2013-09-27T23:11:42+00:00</updated>
<author>
<name>David Bennett</name>
</author>
<published>2013-09-24T01:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9a21050b436011693e4eb7e3ace1300a1b0fd2d4'/>
<id>9a21050b436011693e4eb7e3ace1300a1b0fd2d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
