<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v1.2.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>refactor($location): move file://+win path fix to $location</title>
<updated>2013-11-27T02:31:27+00:00</updated>
<author>
<name>Jeff Cross</name>
</author>
<published>2013-11-26T19:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=736c8fbbae57a209f4ba570e38cc3bd0745a9569'/>
<id>736c8fbbae57a209f4ba570e38cc3bd0745a9569</id>
<content type='text'>
The urlResolve method was fixed to automatically remove the
volume label from path names to fix issues with the file
protocol on windows where $location.path() was returning
paths where the first segment would be the volume name,
such as "/C:/mypath". See #4942 and #4928

However, the solution was specific to the $location non-
HTML5 mode, and was implemented at a lower level of
abstraction than it should have been. This refactor moves
the fix to inside of the LocationHashBangUrl $$parse method.

Closes #5041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The urlResolve method was fixed to automatically remove the
volume label from path names to fix issues with the file
protocol on windows where $location.path() was returning
paths where the first segment would be the volume name,
such as "/C:/mypath". See #4942 and #4928

However, the solution was specific to the $location non-
HTML5 mode, and was implemented at a lower level of
abstraction than it should have been. This refactor moves
the fix to inside of the LocationHashBangUrl $$parse method.

Closes #5041
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($sanitize): Use same whitelist mechanism as $compile does.</title>
<updated>2013-11-26T22:29:38+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-25T23:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=333523483f3ce6dd3177b697a5e5a7177ca364c8'/>
<id>333523483f3ce6dd3177b697a5e5a7177ca364c8</id>
<content type='text'>
`$sanitize` now uses the same mechanism as `$compile` to validate uris.
By this, the validation in `$sanitize` is more general and can be
configured in the same way as the one in `$compile`.

Changes
- Creates the new private service `$$sanitizeUri`.
- Moves related specs from `compileSpec.js` into `sanitizeUriSpec.js`.
- Refactors the `linky` filter to be less dependent on `$sanitize`
  internal functions.

Fixes #3748.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`$sanitize` now uses the same mechanism as `$compile` to validate uris.
By this, the validation in `$sanitize` is more general and can be
configured in the same way as the one in `$compile`.

Changes
- Creates the new private service `$$sanitizeUri`.
- Moves related specs from `compileSpec.js` into `sanitizeUriSpec.js`.
- Refactors the `linky` filter to be less dependent on `$sanitize`
  internal functions.

Fixes #3748.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore($httpBackend): preserve original non-zero http status code for file:// apps</title>
<updated>2013-11-26T20:36:41+00:00</updated>
<author>
<name>corrupt</name>
</author>
<published>2013-10-18T12:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=68ceb17272bdd2ebc838565070973d93704f4427'/>
<id>68ceb17272bdd2ebc838565070973d93704f4427</id>
<content type='text'>
Previously if an app was running from file:// origin we would always return either
http 200 or 404 depending on whether the response was present.

This changes the behavior so that we do this only if the protocol of the request
(not the origin) is file:// and only if the status code is 0.

Closes #4436
Closes #4587
Closes #4514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously if an app was running from file:// origin we would always return either
http 200 or 404 depending on whether the response was present.

This changes the behavior so that we do this only if the protocol of the request
(not the origin) is file:// and only if the status code is 0.

Closes #4436
Closes #4587
Closes #4514
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(mocks): wrap angular-mocks.js in closure</title>
<updated>2013-11-26T13:22:29+00:00</updated>
<author>
<name>David Mosher</name>
</author>
<published>2013-11-22T00:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bd6596856c9f88c0ce3d96ff1ed4daa082cbe29'/>
<id>5bd6596856c9f88c0ce3d96ff1ed4daa082cbe29</id>
<content type='text'>
Closes #5080
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5080
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(compile): fix typo</title>
<updated>2013-11-26T06:56:38+00:00</updated>
<author>
<name>adam77</name>
</author>
<published>2013-11-25T22:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e8d8c7a8d773ec662c3d005bc434f356f96fd807'/>
<id>e8d8c7a8d773ec662c3d005bc434f356f96fd807</id>
<content type='text'>
Closes #5133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5133
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(angular.js): improve trim performance</title>
<updated>2013-11-26T06:45:47+00:00</updated>
<author>
<name>sunnylost</name>
</author>
<published>2013-10-14T07:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c2e45c769ef7a45f2bd14870236fd8e8bed38246'/>
<id>c2e45c769ef7a45f2bd14870236fd8e8bed38246</id>
<content type='text'>
According to Flagrant Badassery's blog
http://blog.stevenlevithan.com/archives/faster-trim-javascript
and this comparison http://jsperf.com/trim-function, this trim method is faster.

Closes #4406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to Flagrant Badassery's blog
http://blog.stevenlevithan.com/archives/faster-trim-javascript
and this comparison http://jsperf.com/trim-function, this trim method is faster.

Closes #4406
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual animations</title>
<updated>2013-11-25T20:00:50+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-11-25T18:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=eed2333298412fbad04eda97ded3487c845b9eb9'/>
<id>eed2333298412fbad04eda97ded3487c845b9eb9</id>
<content type='text'>
Closes #5130
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5130
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($animate): ensure blocked keyframe animations are unblocked before the DOM operation</title>
<updated>2013-11-24T03:05:04+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-11-24T02:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2efe82309ac8ff4f67df8b6e40a539ea31e15804'/>
<id>2efe82309ac8ff4f67df8b6e40a539ea31e15804</id>
<content type='text'>
Closes #5106
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5106
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(input): Support form auto complete on modern browser</title>
<updated>2013-11-23T01:02:21+00:00</updated>
<author>
<name>Tobias Bosch</name>
</author>
<published>2013-11-23T00:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a090400f09d7993d102f527609879cdc74abae60'/>
<id>a090400f09d7993d102f527609879cdc74abae60</id>
<content type='text'>
Although modern browser support the "input" event, they still only fire
the "change" event when they auto complete form elements
other than the currently selected one.

Related to #1460
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although modern browser support the "input" event, they still only fire
the "change" event when they auto complete form elements
other than the currently selected one.

Related to #1460
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update copyright year in file headers</title>
<updated>2013-11-22T21:16:23+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-11-22T21:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bcf12e70e5350595124034c75f6a04e0725205c8'/>
<id>bcf12e70e5350595124034c75f6a04e0725205c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
