<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ng, 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>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>
<entry>
<title>fix($compile): handle elements with no childNodes property</title>
<updated>2013-02-24T07:40:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-24T06:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4759aacba96f2503b1c3d67ce4c5c915f109337b'/>
<id>4759aacba96f2503b1c3d67ce4c5c915f109337b</id>
<content type='text'>
see the test for more details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see the test for more details
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($compile): sanitize values bound to a[href]</title>
<updated>2013-02-20T08:40:51+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-19T17:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a8cc4497063118c766bdfa9464c9cbfc59413a81'/>
<id>a8cc4497063118c766bdfa9464c9cbfc59413a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
