<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v0.10.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(docs): rename doc dev_guide.templates.css to dev_guide.templates.css-styling</title>
<updated>2011-10-08T01:20:20+00:00</updated>
<author>
<name>Dhruv Manek</name>
</author>
<published>2011-10-07T21:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7aeb6a24f73bd1206640f358fd2630c81a807d44'/>
<id>7aeb6a24f73bd1206640f358fd2630c81a807d44</id>
<content type='text'>
Closes #580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #580
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(started): fixing pluralization</title>
<updated>2011-10-05T20:47:43+00:00</updated>
<author>
<name>dandoyon</name>
</author>
<published>2011-10-01T04:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=091c173632f91c04734b1cc3d1e0441c2e3e506e'/>
<id>091c173632f91c04734b1cc3d1e0441c2e3e506e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(e2e): add index-nocache.html to run e2e tests without cache</title>
<updated>2011-09-26T21:51:55+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=2e9fed7b6c5f8c738406c4e9e65300e5d69a113a'/>
<id>2e9fed7b6c5f8c738406c4e9e65300e5d69a113a</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>feat(docs): use html5 history api for all routing in the docs app</title>
<updated>2011-09-26T21:51:53+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-08-30T09:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=13f92de6246a0af8450fde84b209211a56397fda'/>
<id>13f92de6246a0af8450fde84b209211a56397fda</id>
<content type='text'>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(e2e tests): use prop() instead of attr() and quote attributes</title>
<updated>2011-09-16T00:44:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-15T22:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3ace81b92ad00da73c89e7536ac7aa7c6681e30a'/>
<id>3ace81b92ad00da73c89e7536ac7aa7c6681e30a</id>
<content type='text'>
Because of changes in jQuery, we need to use element().prop() instead of element().attr() to retrieve className and other element properties.

Additionally all attribute selectors (e.g. input[name=value]) must have value quoted if it contains dots (".").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because of changes in jQuery, we need to use element().prop() instead of element().attr() to retrieve className and other element properties.

Additionally all attribute selectors (e.g. input[name=value]) must have value quoted if it contains dots (".").
</pre>
</div>
</content>
</entry>
<entry>
<title>feat (jquery): upgrade everything to jQuery 1.6.4</title>
<updated>2011-09-16T00:44:27+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-12T16:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a2a830e2273f2cb114d1889d6dece171621b046c'/>
<id>a2a830e2273f2cb114d1889d6dece171621b046c</id>
<content type='text'>
Closes #556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #556
</pre>
</div>
</content>
</entry>
<entry>
<title>style: fix some missing semi-colons and spaces, typos</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-09-01T14:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4b4292edb86d34067a2babb9f572a3641dd1d2a7'/>
<id>4b4292edb86d34067a2babb9f572a3641dd1d2a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc($location): $location docs + using $location guide</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-22T12:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8fa79066e2cea470086769aa59e7cc9d3aa30d81'/>
<id>8fa79066e2cea470086769aa59e7cc9d3aa30d81</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): update docs to reflect new $location and fix e2e tests</title>
<updated>2011-09-08T21:00:59+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-07-12T00:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4421f3d43525437bd939f647604480c1ed126e5e'/>
<id>4421f3d43525437bd939f647604480c1ed126e5e</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): use window.execScript instead of window.eval on IE</title>
<updated>2011-09-06T21:57:37+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=e54909f5efa37cd4013d7f21a77817ea459cde64'/>
<id>e54909f5efa37cd4013d7f21a77817ea459cde64</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>
</feed>
