<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test, branch v1.0.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($location): parse FirefoxOS packaged app urls</title>
<updated>2013-03-16T04:19:58+00:00</updated>
<author>
<name>Manuel Braun</name>
</author>
<published>2013-03-07T12:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a476972e2ebef5587cd3594a2d8f844e7b47b631'/>
<id>a476972e2ebef5587cd3594a2d8f844e7b47b631</id>
<content type='text'>
FirefoxOS uses special URLs like
app://{d0419af1-8b42-41c5-96f4-ef4179e52315}/index.html for packaged Apps.

Closes #2112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FirefoxOS uses special URLs like
app://{d0419af1-8b42-41c5-96f4-ef4179e52315}/index.html for packaged Apps.

Closes #2112
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(timezone): correct timezone date filter for 1/2 hour offsets</title>
<updated>2013-03-15T05:18:20+00:00</updated>
<author>
<name>Sujeet Pillai</name>
</author>
<published>2013-03-14T11:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7d4ccea579b0cf6fc39462ef6a7acab5aa675175'/>
<id>7d4ccea579b0cf6fc39462ef6a7acab5aa675175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing test in IE 10</title>
<updated>2013-03-15T05:04:06+00:00</updated>
<author>
<name>Shyam Seshadri</name>
</author>
<published>2013-03-14T16:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=654dd1d5e8c7612f61678e968d0864a3d04082be'/>
<id>654dd1d5e8c7612f61678e968d0864a3d04082be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($location): correctly rewrite html5 url to hashbang url</title>
<updated>2013-03-11T22:27:31+00:00</updated>
<author>
<name>Thibault Leruitte</name>
</author>
<published>2013-03-08T13:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=346e98330c4c005044ad331aff2ccc400ad714b5'/>
<id>346e98330c4c005044ad331aff2ccc400ad714b5</id>
<content type='text'>
In situations where path() matched basepath and we needed to
convert from html5 url to hashbang url, the $location service
considered the url to be already rewritten, which resulted in
an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In situations where path() matched basepath and we needed to
convert from html5 url to hashbang url, the $location service
considered the url to be already rewritten, which resulted in
an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>test($route): add tests for matching 'otherwise' routes</title>
<updated>2013-03-08T20:01:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-03-08T19:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cb560e244145e3039300aacebe8b09192af3e887'/>
<id>cb560e244145e3039300aacebe8b09192af3e887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(angular.bootstrap): support deferred bootstrap</title>
<updated>2013-03-07T00:25:21+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2013-02-21T19:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=13968343d4fe938edc84d39cb2d86e233f97ecda'/>
<id>13968343d4fe938edc84d39cb2d86e233f97ecda</id>
<content type='text'>
This features enables tools like Batarang and test runners to
hook into angular's bootstrap process and sneak in more modules
into the DI registry which can replace or augment DI services for
the purpose of instrumentation or mocking out heavy dependencies.

If window.name contains prefix NG_DEFER_BOOTSTRAP! when
angular.bootstrap is called, the bootstrap process will be paused
until angular.resumeBootstrap is called.

angular.resumeBootstrap takes an optional array of modules that
should be added to the original list of modules that the app was
about to be bootstrapped with.

Conflicts:

	src/Angular.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This features enables tools like Batarang and test runners to
hook into angular's bootstrap process and sneak in more modules
into the DI registry which can replace or augment DI services for
the purpose of instrumentation or mocking out heavy dependencies.

If window.name contains prefix NG_DEFER_BOOTSTRAP! when
angular.bootstrap is called, the bootstrap process will be paused
until angular.resumeBootstrap is called.

angular.resumeBootstrap takes an optional array of modules that
should be added to the original list of modules that the app was
about to be bootstrapped with.

Conflicts:

	src/Angular.js
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): don't encode URL query substring "null" to "+"</title>
<updated>2013-02-27T01:29:08+00:00</updated>
<author>
<name>Andrew McLeod</name>
</author>
<published>2013-02-26T05:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b13da18e11d5f67696906d1ecd2fc9e753d50da4'/>
<id>b13da18e11d5f67696906d1ecd2fc9e753d50da4</id>
<content type='text'>
Fixes issue in encodeUriQuery used by $http and $resource that
treats null as a string and replaces the characters "null" with "+".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue in encodeUriQuery used by $http and $resource that
treats null as a string and replaces the characters "null" with "+".
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): compile replace directives in external template</title>
<updated>2013-02-26T05:45:44+00:00</updated>
<author>
<name>danilsomsikov</name>
</author>
<published>2013-01-22T15:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=77c4a7fd660c2520afc7a0fdcf81c8950321f559'/>
<id>77c4a7fd660c2520afc7a0fdcf81c8950321f559</id>
<content type='text'>
Passing DOMNode#childNodes to compileNodes when compiling remote
template, so that directives with replace:true can be compiled.
The previous version used jqLite#contents which returned collection
that was not updated during the compilation.

Closes #1859
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing DOMNode#childNodes to compileNodes when compiling remote
template, so that directives with replace:true can be compiled.
The previous version used jqLite#contents which returned collection
that was not updated during the compilation.

Closes #1859
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(sortedHtml): print attributes with empty value</title>
<updated>2013-02-26T05:45:39+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-26T04:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e281413919db26dbb0cc1d4b892d22fd0475fb68'/>
<id>e281413919db26dbb0cc1d4b892d22fd0475fb68</id>
<content type='text'>
I had to also fix some tests as they started failing on IE8.

We should figure out why these extra attributes are set in IE8,
but I'm too tired of IE to worry about it now. Since I'm
not introducing this issue just making it visible, I'm going
to commit this as is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had to also fix some tests as they started failing on IE8.

We should figure out why these extra attributes are set in IE8,
but I'm too tired of IE to worry about it now. Since I'm
not introducing this issue just making it visible, I'm going
to commit this as is.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): whitelist file:// in url sanitization</title>
<updated>2013-02-25T18:02:50+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-25T18:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6c611df8f0a7b3a360fd23d1e68eb8a709e0ce53'/>
<id>6c611df8f0a7b3a360fd23d1e68eb8a709e0ce53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
