<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v0.9.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(e2e): add index-nocache.html to run e2e tests without cache</title>
<updated>2011-10-03T19:24:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T00:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2f128c96191825139fe9eb1b43b0e3f5b5265440'/>
<id>2f128c96191825139fe9eb1b43b0e3f5b5265440</id>
<content type='text'>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): use window.execScript instead of window.eval on IE</title>
<updated>2011-09-06T21:58:39+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-06T20:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2d489ff936391d3d0b7269009c3737794cb80eab'/>
<id>2d489ff936391d3d0b7269009c3737794cb80eab</id>
<content type='text'>
IE's window.eval doesn't execute in the global context, so we have to
use window.execScript instead which works like window.eval on normal
browsers. However execScript throws an exception when an empty string is
passed in, so I created a workaround with a workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IE's window.eval doesn't execute in the global context, so we have to
use window.execScript instead which works like window.eval on normal
browsers. However execScript throws an exception when an empty string is
passed in, so I created a workaround with a workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(coockbook/mvc): disable tic tac toe e2e test</title>
<updated>2011-09-03T05:34:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-03T05:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=05ad1ce90c4cb2200e23ed60d282c05a7ab14bd3'/>
<id>05ad1ce90c4cb2200e23ed60d282c05a7ab14bd3</id>
<content type='text'>
it looks like under certain circumstances the location service doesn't
propagate chages to window.loction. I'm disabling this test now, it is
passing on the master branch (0.10.0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it looks like under certain circumstances the location service doesn't
propagate chages to window.loction. I'm disabling this test now, it is
passing on the master branch (0.10.0)
</pre>
</div>
</content>
</entry>
<entry>
<title>test(jsonp): fixing jsonp e2e tests</title>
<updated>2011-09-03T00:10:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-02T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5703984d4df214a492322ec83e805ebc2c4ea8c9'/>
<id>5703984d4df214a492322ec83e805ebc2c4ea8c9</id>
<content type='text'>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): remove more unecessary use of hide() and show() method</title>
<updated>2011-08-21T16:41:50+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-08-21T15:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=90ca6f983ea360cc016d6b4d056afeafed479c97'/>
<id>90ca6f983ea360cc016d6b4d056afeafed479c97</id>
<content type='text'>
- tutorial section of docs fails to render properly as
doc:tutorial-instructions widget uses deprecated show and hide methods
of jQlite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- tutorial section of docs fails to render properly as
doc:tutorial-instructions widget uses deprecated show and hide methods
of jQlite.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): work around the lame ng:show directive</title>
<updated>2011-08-21T08:12:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-21T07:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=19aa16c8d501766194aa19512d2bd9147ccac641'/>
<id>19aa16c8d501766194aa19512d2bd9147ccac641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): change docs.css to avoid css clashes in buzz example</title>
<updated>2011-08-21T08:12:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-21T06:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a1972c71b04decac901aeafce3a07e3a5612b63'/>
<id>4a1972c71b04decac901aeafce3a07e3a5612b63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(sample): Fix for jsFiddle integration</title>
<updated>2011-08-19T20:29:26+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-08-19T19:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ac6e1306ec2126f9c8e67b4a26d8f03001abf73d'/>
<id>ac6e1306ec2126f9c8e67b4a26d8f03001abf73d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(sample): Add javascript sandbox integration (jsFiddle)</title>
<updated>2011-08-19T08:16:56+00:00</updated>
<author>
<name>dandoyon</name>
</author>
<published>2011-08-11T03:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53a4580d956248cfef84c4d11350a54d27211cf7'/>
<id>53a4580d956248cfef84c4d11350a54d27211cf7</id>
<content type='text'>
Change doc_widget.js to:

- render "edit in jsfiddle" button next to all examples
- make opt out certain examples by adding jsfiddle="false" attribute to
  doc:source element
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change doc_widget.js to:

- render "edit in jsfiddle" button next to all examples
- make opt out certain examples by adding jsfiddle="false" attribute to
  doc:source element
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(jqLite): remove jqLite show/hide support</title>
<updated>2011-08-19T07:59:44+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-14T10:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4c8eaa1eb05ba98d30ff83f4420d6fcd69045d99'/>
<id>4c8eaa1eb05ba98d30ff83f4420d6fcd69045d99</id>
<content type='text'>
it turns out that even with our tricks, jqLite#show is not usable in
practice and definitely not on par with jQuery. so rather than
introducing half-baked apis which introduce issues, I'm removing them.

I also removed show/hide uses from docs, since they are not needed.

Breaks jqLite.hide/jqLite.show which are no longer available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it turns out that even with our tricks, jqLite#show is not usable in
practice and definitely not on par with jQuery. so rather than
introducing half-baked apis which introduce issues, I'm removing them.

I also removed show/hide uses from docs, since they are not needed.

Breaks jqLite.hide/jqLite.show which are no longer available.
</pre>
</div>
</content>
</entry>
</feed>
