<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates, branch v0.10.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>style(docs): improve the formatting of events in docs</title>
<updated>2011-08-31T21:34:56+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-08-31T19:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3c80cf3df607464ea95acc6595c521d8fd32de2c'/>
<id>3c80cf3df607464ea95acc6595c521d8fd32de2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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): remove more unecessary use of hide() and show() method</title>
<updated>2011-08-21T16:40:53+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=15e610577900c247a7df8462aecae74e42d91be3'/>
<id>15e610577900c247a7df8462aecae74e42d91be3</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-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>fix(docs): change docs.css to avoid css clashes in buzz example</title>
<updated>2011-08-21T07:46:46+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=db04241beb152a4614534ac8c987a3146c8f2992'/>
<id>db04241beb152a4614534ac8c987a3146c8f2992</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-19T22:27:21+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=774db0aecb85f9ae79895046b62ea4c45bad8bff'/>
<id>774db0aecb85f9ae79895046b62ea4c45bad8bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
