<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/regression, branch v1.0.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>style(docs): make jslint happy - fix some warnings</title>
<updated>2011-11-15T04:31:19+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-11-12T01:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c'/>
<id>acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(doc) cleanup all api doc link warnings</title>
<updated>2011-11-15T04:31:18+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-11-11T02:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b09595a3c12ba761772084b94767b635c5bbfaf2'/>
<id>b09595a3c12ba761772084b94767b635c5bbfaf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular.widget): Allow widgets to be styled in IE8 and below</title>
<updated>2011-10-25T06:28:36+00:00</updated>
<author>
<name>Dhruv Manek</name>
</author>
<published>2011-10-22T00:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=163c799effd5cfadc57990f4d4127651bae3fbdb'/>
<id>163c799effd5cfadc57990f4d4127651bae3fbdb</id>
<content type='text'>
Closes #584
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #584
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(forms): new and improved forms</title>
<updated>2011-10-11T18:01:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-09-08T20:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f78fd692c0ec51241476e6be9a4df06cd62fdd6'/>
<id>4f78fd692c0ec51241476e6be9a4df06cd62fdd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style(examples): clean up dead examples</title>
<updated>2011-10-11T17:53:07+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-09-06T19:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=df6d2ba3266de405ad6c2f270f24569355706e76'/>
<id>df6d2ba3266de405ad6c2f270f24569355706e76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IE bug - ng:href</title>
<updated>2011-06-02T18:15:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-31T12:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4b0f2dfe0cbd4b5348af8cfb5af2e40904c73a47'/>
<id>4b0f2dfe0cbd4b5348af8cfb5af2e40904c73a47</id>
<content type='text'>
ng:href was producing unclickable links, as the event propagation was stopped by 'a' widget

All links in regression/issue-352.html were tested in:

* Chrome 11
* Opera 11
* Firefox 4
* IE7, IE8

Closes #352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ng:href was producing unclickable links, as the event propagation was stopped by 'a' widget

All links in regression/issue-352.html were tested in:

* Chrome 11
* Opera 11
* Firefox 4
* IE7, IE8

Closes #352
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hashchange event on IE8 compatibility mode</title>
<updated>2011-06-02T17:50:39+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-31T20:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=50076b571da522cf6d2cb92c28519694727e9c31'/>
<id>50076b571da522cf6d2cb92c28519694727e9c31</id>
<content type='text'>
Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event.

Closes #353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event.

Closes #353
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sanitization issues as suggested by evn</title>
<updated>2010-12-03T23:42:42+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-12-03T23:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2bbced212e2ee93948c45360fee00b2e3f960392'/>
<id>2bbced212e2ee93948c45360fee00b2e3f960392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #170. Corrected the behavior of select when options are ng:repeated</title>
<updated>2010-12-03T06:45:57+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-12-02T04:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5a8ad8fe329fc09898ff43a060710265d38393be'/>
<id>5a8ad8fe329fc09898ff43a060710265d38393be</id>
<content type='text'>
 - Delete $postEval method, as it was a hack
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Delete $postEval method, as it was a hack
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for getting into recursive $eval on scope.  Close #59</title>
<updated>2010-10-23T20:42:11+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-23T20:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d74ef497defa77c92873b09b7b6f4e19ae175779'/>
<id>d74ef497defa77c92873b09b7b6f4e19ae175779</id>
<content type='text'>
It sort of worked since the browser would throw stack too deep
exception and the angular would then print the error to console.
So as long as you did not have console open you would not notice
this as an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It sort of worked since the browser would throw stack too deep
exception and the angular would then print the error to console.
So as long as you did not have console open you would not notice
this as an error.
</pre>
</div>
</content>
</entry>
</feed>
