<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, branch v1.2.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(minErr): add location/ipthprfx</title>
<updated>2013-08-12T21:09:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T21:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ca92b6528af776e6543f14aac7e5cd7e7aa652fc'/>
<id>ca92b6528af776e6543f14aac7e5cd7e7aa652fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(minErr): add location/isrcharg docs</title>
<updated>2013-08-12T21:09:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2c64f3dc176843f4b0d31ba026736ce6f6617f59'/>
<id>2c64f3dc176843f4b0d31ba026736ce6f6617f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(minErr): add location/ihshprfx</title>
<updated>2013-08-12T21:09:08+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T19:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe'/>
<id>72dc48ea4d7e97c9dd3a9f469698ed77bcbdedbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($location): drop bugus error</title>
<updated>2013-08-12T21:09:08+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T17:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=544d2616b429e5059a1ff117c483102b7495b992'/>
<id>544d2616b429e5059a1ff117c483102b7495b992</id>
<content type='text'>
we can never get to this state, so dropping the error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we can never get to this state, so dropping the error
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): don't initialize hash url unnecessarily</title>
<updated>2013-08-12T21:09:08+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-08-12T17:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d4d34aba6efbd98050235f5b264899bb788117df'/>
<id>d4d34aba6efbd98050235f5b264899bb788117df</id>
<content type='text'>
After a recent refactoring using $location in the default hashbang mode would result
in hash url being initialized unnecessarily in cases when the base url didn't end
with a slash.

for example http://localhost:8000/temp.html would get rewritten as
http://location:8000/temp.html#/temp.html by error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After a recent refactoring using $location in the default hashbang mode would result
in hash url being initialized unnecessarily in cases when the base url didn't end
with a slash.

for example http://localhost:8000/temp.html would get rewritten as
http://location:8000/temp.html#/temp.html by error.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): correct controller instantiation for async directives</title>
<updated>2013-08-12T17:36:25+00:00</updated>
<author>
<name>Chirayu Krishnappa</name>
</author>
<published>2013-08-10T02:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c173ca412878d537b18df01f39e400ea48a4b398'/>
<id>c173ca412878d537b18df01f39e400ea48a4b398</id>
<content type='text'>
This fixes regression introduced by #3514 (5c560117) - this commit is being
reverted here and a better fix is included.

The regression caused the controller to be instantiated before the isolate scope
was initialized.

Closes #3493
Closes #3482
Closes #3537
Closes #3540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes regression introduced by #3514 (5c560117) - this commit is being
reverted here and a better fix is included.

The regression caused the controller to be instantiated before the isolate scope
was initialized.

Closes #3493
Closes #3482
Closes #3537
Closes #3540
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngInclude): ensure ngInclude is terminal and uses its own manual transclusion system</title>
<updated>2013-08-09T21:39:57+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-02T21:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1b5bee4fa12b1f14e117f7ca222c2e2b64cc8558'/>
<id>1b5bee4fa12b1f14e117f7ca222c2e2b64cc8558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($q): rename `promise.always` to `promise.finally`</title>
<updated>2013-08-09T21:08:57+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-08-09T16:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f078762d48d0d5d9796dcdf2cb0241198677582c'/>
<id>f078762d48d0d5d9796dcdf2cb0241198677582c</id>
<content type='text'>
BREAKING CHANGE: the `always` method has been renamed to `finally`.

The reason for this change is to align `$q` with the Q promises library,
despite the fact that this makes it a bit more difficult to
use with non-ES5 browsers, like IE8.

`finally` also goes well together with `catch` api that was added to
$q recently and is part of the DOM promises standard.

To migrate the code follow the example below:

Before:

$http.get('/foo').always(doSomething);

After:

$http.get('/foo').finally(doSomething);

or for IE8 compatible code:

$http.get('/foo')['finally'](doSomething);
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: the `always` method has been renamed to `finally`.

The reason for this change is to align `$q` with the Q promises library,
despite the fact that this makes it a bit more difficult to
use with non-ES5 browsers, like IE8.

`finally` also goes well together with `catch` api that was added to
$q recently and is part of the DOM promises standard.

To migrate the code follow the example below:

Before:

$http.get('/foo').always(doSomething);

After:

$http.get('/foo').finally(doSomething);

or for IE8 compatible code:

$http.get('/foo')['finally'](doSomething);
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($compile): update directive type signature</title>
<updated>2013-08-09T17:32:27+00:00</updated>
<author>
<name>OpherV</name>
</author>
<published>2013-07-30T08:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0d17838a0881376be3c226a68242b5d74dac208b'/>
<id>0d17838a0881376be3c226a68242b5d74dac208b</id>
<content type='text'>
To avoid "Argument type Array is not assignable to parameter type function" validation error  When using the minifcation-safe array style

(eg .directive('myDirective', ['$http','$timeout','$compile', function($http,$timeout $compile).... )

Closes #3392
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid "Argument type Array is not assignable to parameter type function" validation error  When using the minifcation-safe array style

(eg .directive('myDirective', ['$http','$timeout','$compile', function($http,$timeout $compile).... )

Closes #3392
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngModel): validators should return undefined for invalid values.</title>
<updated>2013-08-09T17:21:32+00:00</updated>
<author>
<name>Niall Smart</name>
</author>
<published>2013-08-09T16:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=890e939fcc0e059b66a4868853d82e23fbc68ac3'/>
<id>890e939fcc0e059b66a4868853d82e23fbc68ac3</id>
<content type='text'>
Closes #3525
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3525
</pre>
</div>
</content>
</entry>
</feed>
