<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates/index.html, branch v0.10.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>feat(doc): generate both normal and debug version of index.html</title>
<updated>2011-08-24T22:03:09+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-08-20T15:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=19401280aed9d4767faddcf58fab91ec13c556a9'/>
<id>19401280aed9d4767faddcf58fab91ec13c556a9</id>
<content type='text'>
- index.html has manifest file and angular.min.js
- index-jq.html has manifest file, angular.min.js and jquery.min.js
- index-debug.html has angular.js
- index-jq-debug.html has angular.js and jquery.min.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- index.html has manifest file and angular.min.js
- index-jq.html has manifest file, angular.min.js and jquery.min.js
- index-debug.html has angular.js
- index-jq-debug.html has angular.js and jquery.min.js
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ng:cloak): add ng:cloak directive</title>
<updated>2011-08-24T22:01:49+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-20T07:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=30753cb1310893841fdb0b17c075b6a72e8c8d8a'/>
<id>30753cb1310893841fdb0b17c075b6a72e8c8d8a</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): work around the lame ng:show directive</title>
<updated>2011-08-21T07:46:58+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=607de75fa42bdf4221698ddce8ce0a2bbc7ec99d'/>
<id>607de75fa42bdf4221698ddce8ce0a2bbc7ec99d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(index.html): change the order of elements in the navbar</title>
<updated>2011-07-29T20:44:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-29T20:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c1a681d6f45b7ff8af20aa9e6dcd3c20e61e1494'/>
<id>c1a681d6f45b7ff8af20aa9e6dcd3c20e61e1494</id>
<content type='text'>
Users often don't see Tutorial and go straight to crappy Dev Guide,
changing the order should help find them right content in the right
order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users often don't see Tutorial and go straight to crappy Dev Guide,
changing the order should help find them right content in the right
order.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): add full offline support</title>
<updated>2011-07-26T23:35:42+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-21T02:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9dea9de44917b0b72a786122e619d451ccb8b0dc'/>
<id>9dea9de44917b0b72a786122e619d451ccb8b0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): add a changelog link to the footer</title>
<updated>2011-07-26T21:21:13+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-21T02:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=bee78a84922da51de647af96fe86f75b1322d3d9'/>
<id>bee78a84922da51de647af96fe86f75b1322d3d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docs</title>
<updated>2011-07-21T00:33:18+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-10T01:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8fa066190af2b2267a5e8111a41beb6e8af5c340'/>
<id>8fa066190af2b2267a5e8111a41beb6e8af5c340</id>
<content type='text'>
- re-write gendocs.js, reader.js and writer.js
- all calls are asynchronous
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- re-write gendocs.js, reader.js and writer.js
- all calls are asynchronous
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(docs): run e2e tests with and without jquery</title>
<updated>2011-07-18T05:19:08+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-15T01:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f9b4c9da648f81aef1fbee41d24822e420eb56f9'/>
<id>f9b4c9da648f81aef1fbee41d24822e420eb56f9</id>
<content type='text'>
- e2e tests will run index.html (without jquery) and with
index-jq.html(with jquery).
- many small changes to make e2e tests work withough JQuery as we
discover problems that were previously hidden by using real JQuery.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- e2e tests will run index.html (without jquery) and with
index-jq.html(with jquery).
- many small changes to make e2e tests work withough JQuery as we
discover problems that were previously hidden by using real JQuery.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs:template: rename &lt;angular/&gt; to AngularJS</title>
<updated>2011-07-08T15:24:09+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-07-06T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=76a500179d9327eb4735fe137671ded230246857'/>
<id>76a500179d9327eb4735fe137671ded230246857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
