<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v1.1.5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(Angular.js): add missing @returns to extend()</title>
<updated>2013-05-21T20:33:32+00:00</updated>
<author>
<name>Joakim Blomskøld</name>
</author>
<published>2013-05-21T17:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=59eb50204a046599e02a7af0bc31d83a95b81f15'/>
<id>59eb50204a046599e02a7af0bc31d83a95b81f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process</title>
<updated>2013-05-20T21:27:34+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-05-16T18:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2f571a9c830df814902fbdda1e9240b36bb64e3e'/>
<id>2f571a9c830df814902fbdda1e9240b36bb64e3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($http): add support for aborting via timeout promises</title>
<updated>2013-05-20T21:15:04+00:00</updated>
<author>
<name>David Bennett</name>
</author>
<published>2013-04-27T15:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9f4f5937112655a9881d3281da8e72035bc8b180'/>
<id>9f4f5937112655a9881d3281da8e72035bc8b180</id>
<content type='text'>
If the timeout argument is a promise, abort the request when it is resolved.
Implemented by adding support to $httpBackend service and $httpBackend mock
service.

This api can also be used to explicitly abort requests while keeping the
communication between the deffered and promise unidirectional.

Closes #1159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the timeout argument is a promise, abort the request when it is resolved.
Implemented by adding support to $httpBackend service and $httpBackend mock
service.

This api can also be used to explicitly abort requests while keeping the
communication between the deffered and promise unidirectional.

Closes #1159
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(filters): fix minor typographical error</title>
<updated>2013-05-20T14:36:10+00:00</updated>
<author>
<name>Daniel Tse</name>
</author>
<published>2013-05-20T12:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=27a8824b50aa78e9a082b4377ca09250382a8655'/>
<id>27a8824b50aa78e9a082b4377ca09250382a8655</id>
<content type='text'>
Fix a typographical error "it's" -&gt; "its" in the dateFilter
documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a typographical error "it's" -&gt; "its" in the dateFilter
documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(filter): remove invalid character</title>
<updated>2013-05-20T09:19:18+00:00</updated>
<author>
<name>Misha Moroshko</name>
</author>
<published>2013-05-19T23:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5c203240d484c9803e19ce537adcb70fd9010a30'/>
<id>5c203240d484c9803e19ce537adcb70fd9010a30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngMock::$log): improve the `$log.*.logs` descriptions</title>
<updated>2013-05-18T21:13:58+00:00</updated>
<author>
<name>Chris M</name>
</author>
<published>2013-05-18T15:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3b69eaebcd73f6da3170aa0c1c9fc4fe73bf358b'/>
<id>3b69eaebcd73f6da3170aa0c1c9fc4fe73bf358b</id>
<content type='text'>
Because ngDoc generation only takes the last segment of a property name,
each $log.[error|warn|log...].logs property has the same name and is
confusing in the docs.
This commit helps this by adding a link to the $log.* method and also an
appropriate usage example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because ngDoc generation only takes the last segment of a property name,
each $log.[error|warn|log...].logs property has the same name and is
confusing in the docs.
This commit helps this by adding a link to the $log.* method and also an
appropriate usage example.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(ngModel): $setViewValue calls all parsers, not formatters</title>
<updated>2013-05-18T20:17:51+00:00</updated>
<author>
<name>Joakim Blomskøld</name>
</author>
<published>2013-05-18T13:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=782a82d461bd10a8afe11aa7c37f166628b99839'/>
<id>782a82d461bd10a8afe11aa7c37f166628b99839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($animator): provide support for custom animation events</title>
<updated>2013-05-16T23:17:46+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-05-13T21:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c53d4c94300c97dd005f9a0cbdbfa387294b9026'/>
<id>c53d4c94300c97dd005f9a0cbdbfa387294b9026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(jqLite): pass a dummy event into triggerHandler</title>
<updated>2013-05-16T23:15:31+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2013-04-15T22:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0401a7f598ef9a36ffe1f217e1a98961046fa551'/>
<id>0401a7f598ef9a36ffe1f217e1a98961046fa551</id>
<content type='text'>
Previously, anchor elements could not be used with triggerHandler because
triggerHandler passes null as the event, and any anchor element with an empty
href automatically calls event.preventDefault(). Instead, pass a dummy event
when using triggerHandler, similar to what full jQuery does. Modified from
PR #2379.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, anchor elements could not be used with triggerHandler because
triggerHandler passes null as the event, and any anchor element with an empty
href automatically calls event.preventDefault(). Instead, pass a dummy event
when using triggerHandler, similar to what full jQuery does. Modified from
PR #2379.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($parse): add support for ternary operators to parser</title>
<updated>2013-05-16T21:30:37+00:00</updated>
<author>
<name>Zach Snow</name>
</author>
<published>2013-04-23T00:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6798fec4390a72b7943a49505f8a245b6016c84b'/>
<id>6798fec4390a72b7943a49505f8a245b6016c84b</id>
<content type='text'>
Add '?' token to lexer, add ternary rule to parser at
(hopefully) proper precedence and associativity (based
on https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Operators/Operator_Precedence).
Since (exp1 &amp;&amp; exp2 || exp3) is supported by the parser,
and (exp1 ? exp2 : exp3) works the same way, it seems
reasonable to add this minor form of control to templates
(see #719).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add '?' token to lexer, add ternary rule to parser at
(hopefully) proper precedence and associativity (based
on https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Operators/Operator_Precedence).
Since (exp1 &amp;&amp; exp2 || exp3) is supported by the parser,
and (exp1 ? exp2 : exp3) works the same way, it seems
reasonable to add this minor form of control to templates
(see #719).
</pre>
</div>
</content>
</entry>
</feed>
