<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v0.9.4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>add a feedback link to the doc pages</title>
<updated>2010-11-19T00:53:11+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-19T00:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7ee102eecf927c5a481c6d16b5ff08bfe9563bdc'/>
<id>7ee102eecf927c5a481c6d16b5ff08bfe9563bdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add @workInProgress tag and mark all @ngdocs as work in progress</title>
<updated>2010-11-19T00:28:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-19T00:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc7f11d03b4380866033c38eb7649cdc5be93d9a'/>
<id>fc7f11d03b4380866033c38eb7649cdc5be93d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't encode page.name (hash) in docs.js</title>
<updated>2010-11-18T19:56:10+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-18T19:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3c7874b07bfb811c3f7b7853628595b4698d6aa4'/>
<id>3c7874b07bfb811c3f7b7853628595b4698d6aa4</id>
<content type='text'>
see discussion in https://github.com/angular/angular.js/pull/158"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see discussion in https://github.com/angular/angular.js/pull/158"
</pre>
</div>
</content>
</entry>
<entry>
<title>title for index.html should not show raw binding while the app bootstraps</title>
<updated>2010-11-18T10:35:30+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-18T07:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=63380bbbdab1c160b81d8e78d79962fb8fd974cb'/>
<id>63380bbbdab1c160b81d8e78d79962fb8fd974cb</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>add spec for incrementing headings</title>
<updated>2010-11-18T10:35:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-18T02:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d54f09ef29356d4c8ba71d3b37bbebd379627648'/>
<id>d54f09ef29356d4c8ba71d3b37bbebd379627648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for {@link} tags within @description and remove implicit linking</title>
<updated>2010-11-18T10:35:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-18T01:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=65989c6f0d13b8f205ab929999a4b9f66c8c1c93'/>
<id>65989c6f0d13b8f205ab929999a4b9f66c8c1c93</id>
<content type='text'>
use as:
- foo {@link bar}
- foo {@link bar desc}

I'm removing implicit linking because it unintentionally links stuff and
generally interferes with other conversions. We have to link stuff explicitely
from now on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use as:
- foo {@link bar}
- foo {@link bar desc}

I'm removing implicit linking because it unintentionally links stuff and
generally interferes with other conversions. We have to link stuff explicitely
from now on.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs linkifying regexp should not mess up links alreaded converete by markdown</title>
<updated>2010-11-18T10:35:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-17T23:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4491bbdede825df78302301d4689dd73bcf9c256'/>
<id>4491bbdede825df78302301d4689dd73bcf9c256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make @param type and description non-optional</title>
<updated>2010-11-18T10:35:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-17T22:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a6978b201bbc1756b661dd968b3fb1b0d97f5033'/>
<id>a6978b201bbc1756b661dd968b3fb1b0d97f5033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CSS, Parameters, Returns template changes</title>
<updated>2010-11-18T10:34:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-17T21:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=28e72cbe6bfb874fa6a7f15769e5c83d66fb617f'/>
<id>28e72cbe6bfb874fa6a7f15769e5c83d66fb617f</id>
<content type='text'>
- make css section optional
- make returns section optional
- change format of the parameters section
- properly format the Returns section
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- make css section optional
- make returns section optional
- change format of the parameters section
- properly format the Returns section
</pre>
</div>
</content>
</entry>
</feed>
