<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, branch v1.1.5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>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>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>
<entry>
<title>feat($http): add a default content type for PATH requests</title>
<updated>2013-05-16T21:05:05+00:00</updated>
<author>
<name>Daniel Stockton</name>
</author>
<published>2013-05-11T16:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f9b897de4b5cc438515cbb54519fbdf6242f5858'/>
<id>f9b897de4b5cc438515cbb54519fbdf6242f5858</id>
<content type='text'>
The default header is now application/json which while not perfect
in all cases is better than the browser default application/xml.

The new headers also makes for better compatibility with Rails 4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default header is now application/json which while not perfect
in all cases is better than the browser default application/xml.

The new headers also makes for better compatibility with Rails 4
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngCsp): add more informative details</title>
<updated>2013-05-16T20:22:07+00:00</updated>
<author>
<name>Dean Sofer</name>
</author>
<published>2013-05-16T06:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a380fc46247a5b61a71199a01670c751396881f5'/>
<id>a380fc46247a5b61a71199a01670c751396881f5</id>
<content type='text'>
Transferred from https://github.com/angular/angular.js/wiki/Using-AngularJS-in-a-Chrome-Extension-environment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Transferred from https://github.com/angular/angular.js/wiki/Using-AngularJS-in-a-Chrome-Extension-environment
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngSrcset): add new ngSrcset directive</title>
<updated>2013-05-14T20:29:21+00:00</updated>
<author>
<name>Samuel Santos</name>
</author>
<published>2013-05-07T16:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d551d72924f7c43a043e4760ff05d7389e310f99'/>
<id>d551d72924f7c43a043e4760ff05d7389e310f99</id>
<content type='text'>
In line with ngSrc and ngHref, this new directive ensures that the
`srcset` HTML5 attribute does not include a pre-interpolated string.
Without it the browser will fetch from the URL with the literal text
`{{hash}}` until AngularJS replaces the expression inside `{{hash}}`.

Closes #2601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In line with ngSrc and ngHref, this new directive ensures that the
`srcset` HTML5 attribute does not include a pre-interpolated string.
Without it the browser will fetch from the URL with the literal text
`{{hash}}` until AngularJS replaces the expression inside `{{hash}}`.

Closes #2601
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($timeout): minor cleanup</title>
<updated>2013-05-14T19:47:39+00:00</updated>
<author>
<name>Siddique Hameed</name>
</author>
<published>2013-05-14T18:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=908821e20af311be905e24639dce273f2ea58434'/>
<id>908821e20af311be905e24639dce273f2ea58434</id>
<content type='text'>
Added a comma separator in the statement
Removed the word the from the statement
Used whose instead of who's in the following statement
Italicized false in the statement
Used a comma separator in the statement
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a comma separator in the statement
Removed the word the from the statement
Used whose instead of who's in the following statement
Italicized false in the statement
Used a comma separator in the statement
</pre>
</div>
</content>
</entry>
</feed>
