<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src, branch v1.1.0</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>revert: fix(ng-repeat) to work with primitive types</title>
<updated>2012-08-31T20:59:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-31T20:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5e9041818bca770c9261a3963e05dbb3c7ca2f06'/>
<id>5e9041818bca770c9261a3963e05dbb3c7ca2f06</id>
<content type='text'>
this was accidentaly merged in. the commit is not ready yet
and we don't have CLA signature.

This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this was accidentaly merged in. the commit is not ready yet
and we don't have CLA signature.

This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): indicate support for passing a string as the `controller` property on $routeProvider's route object</title>
<updated>2012-08-31T05:13:20+00:00</updated>
<author>
<name>Brice Burgess</name>
</author>
<published>2012-07-18T19:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9a710c788d880785d2b02a9c5411eb15e9c278bf'/>
<id>9a710c788d880785d2b02a9c5411eb15e9c278bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng-repeat) to work with primitive types</title>
<updated>2012-08-30T22:20:40+00:00</updated>
<author>
<name>Zhenbo Zhang</name>
</author>
<published>2012-05-08T21:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0a71753ce3f4fe241e15fa489617b82710be4648'/>
<id>0a71753ce3f4fe241e15fa489617b82710be4648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(mocks): free up memory after every spec</title>
<updated>2012-08-30T22:18:09+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-08-30T21:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1a8642aac2de40dccdab464e58dc164006c300bb'/>
<id>1a8642aac2de40dccdab464e58dc164006c300bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($interpolate): provide contextual error messages</title>
<updated>2012-08-30T21:50:22+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2012-07-19T21:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d804bbcd51ec83bee1f4a3ccd42c3bd7eb38a988'/>
<id>d804bbcd51ec83bee1f4a3ccd42c3bd7eb38a988</id>
<content type='text'>
if an exception occurs during interpolation of a string
(e.g. name() in "Hello, {{name()}}!" throws an exception) we now print
an error message with the expression that was being evaluated when the
exception was thrown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if an exception occurs during interpolation of a string
(e.g. name() in "Hello, {{name()}}!" throws an exception) we now print
an error message with the expression that was being evaluated when the
exception was thrown.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(jqLite): better support for xhtml</title>
<updated>2012-08-30T17:53:23+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-29T11:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d3fa7a2e9e93c9dae13d852b28c878f7d6b7c420'/>
<id>d3fa7a2e9e93c9dae13d852b28c878f7d6b7c420</id>
<content type='text'>
it turns out that some stuff doesn't work in xhtml as it does in html.

for example &amp;nbsp; can't be innerHTML-ed and auto-closing of elements
doesn't work.

the reporter of the referenced issue claimed that innerHTML vs text on
script made a difference but that doesn't appear to be true in my testing.

I'm not including test for this because testacular doesn't currently
run tests in xhtml yet.

Closes #1301
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it turns out that some stuff doesn't work in xhtml as it does in html.

for example &amp;nbsp; can't be innerHTML-ed and auto-closing of elements
doesn't work.

the reporter of the referenced issue claimed that innerHTML vs text on
script made a difference but that doesn't appear to be true in my testing.

I'm not including test for this because testacular doesn't currently
run tests in xhtml yet.

Closes #1301
</pre>
</div>
</content>
</entry>
<entry>
<title>doc($log): correct non-working example</title>
<updated>2012-08-27T22:44:38+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-12T17:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e8ded01cf5a79aa2aa598670cd3ed88641c2c362'/>
<id>e8ded01cf5a79aa2aa598670cd3ed88641c2c362</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ng-list): remove data bound flicker</title>
<updated>2012-08-27T21:59:18+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-06-01T21:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fa62ea810f6c701e898dd07c6c9228f13d5b5e02'/>
<id>fa62ea810f6c701e898dd07c6c9228f13d5b5e02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(a): expose hidden docs</title>
<updated>2012-08-24T21:54:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-08-20T15:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3e12bc481d7a6b089c32e79b45991294d046872f'/>
<id>3e12bc481d7a6b089c32e79b45991294d046872f</id>
<content type='text'>
It seems that docs for these directive were previously hidden by accident
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that docs for these directive were previously hidden by accident
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRoute): fix typo</title>
<updated>2012-08-23T19:11:07+00:00</updated>
<author>
<name>johnlindquist</name>
</author>
<published>2012-08-23T19:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=32137cab820d144bf327849a26116e6ee8160797'/>
<id>32137cab820d144bf327849a26116e6ee8160797</id>
<content type='text'>
aftre -&gt; after
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aftre -&gt; after
</pre>
</div>
</content>
</entry>
</feed>
