<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test, branch v0.9.6</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fixing lint warnings in older code</title>
<updated>2010-12-07T00:45:59+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-12-06T17:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c8f34e7f6bcc6899e418d5574be494535d5ece40'/>
<id>c8f34e7f6bcc6899e418d5574be494535d5ece40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add $browser.defer and $defer service and fix async xhr cache issue</title>
<updated>2010-12-07T00:45:59+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-12-05T07:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=011fa39c2a0b5da843395b538fc4e52e5ade8287'/>
<id>011fa39c2a0b5da843395b538fc4e52e5ade8287</id>
<content type='text'>
- Closes #152 ($resource().query() sometimes calls callback before
  returning, and it shouldn't)
- add $browser.defer method
- add $defer service
- integrate $browser.defer with outstandingRequests counter in $browser
- fix all old tests that relied on buggy behavior
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Closes #152 ($resource().query() sometimes calls callback before
  returning, and it shouldn't)
- add $browser.defer method
- add $defer service
- integrate $browser.defer with outstandingRequests counter in $browser
- fix all old tests that relied on buggy behavior
</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>Fixed sanitization</title>
<updated>2010-11-30T05:55:32+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-24T04:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=41d5938883a3d06ffe8a88a51efd8d1896f7d747'/>
<id>41d5938883a3d06ffe8a88a51efd8d1896f7d747</id>
<content type='text'>
* explicitly require full URLs (ftp|https?://...)
* list the URI attributes
* remove a lot of unneeded attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* explicitly require full URLs (ftp|https?://...)
* list the URI attributes
* remove a lot of unneeded attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>Add angular.Array.limitTo and docs for angular.Array</title>
<updated>2010-11-22T18:57:32+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-22T18:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=efec0c358d3cb840275037d5f86347130bb86573'/>
<id>efec0c358d3cb840275037d5f86347130bb86573</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move attribute widgets to widgets.js file</title>
<updated>2010-11-18T10:35:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-18T06:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=522ec1a9ec10e1fece3e5e855c1d7ef9770a8efc'/>
<id>522ec1a9ec10e1fece3e5e855c1d7ef9770a8efc</id>
<content type='text'>
- move @ng:repeat to widgets.js and its specs to widgetsSpecs.js
- move @ng:non-bindable to widgets.js and its specs to widgetsSpecs.js
- make widget.template suitable for attribute widgets
- fix up the js docs for attribute widgets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move @ng:repeat to widgets.js and its specs to widgetsSpecs.js
- move @ng:non-bindable to widgets.js and its specs to widgetsSpecs.js
- make widget.template suitable for attribute widgets
- fix up the js docs for attribute widgets
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed error handling so that better stack traces are displayed in the ng-errors</title>
<updated>2010-11-16T22:19:55+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-16T21:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b2d63ac48bdc61b5a4afdd10b8485c0c1ab8cdca'/>
<id>b2d63ac48bdc61b5a4afdd10b8485c0c1ab8cdca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add onload attribute to ng:include</title>
<updated>2010-11-16T19:35:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-16T19:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a130bb899d790dc11393276b34d59b2ddd5cc680'/>
<id>a130bb899d790dc11393276b34d59b2ddd5cc680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$watch should optionally skip listener exec</title>
<updated>2010-11-12T00:39:01+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-12T00:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0a8b3161b19c115ac3854217801e56ae766ab399'/>
<id>0a8b3161b19c115ac3854217801e56ae766ab399</id>
<content type='text'>
- if initRun param is set to false, listener doesn't execute
- the oldValue should equal newValue during the initial execution
- added docs
- added specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- if initRun param is set to false, listener doesn't execute
- the oldValue should equal newValue during the initial execution
- added docs
- added specs
</pre>
</div>
</content>
</entry>
</feed>
