<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/spec, branch g3_v1_0</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(ngdoc): wrap all pages inside of a container tag for easy styling</title>
<updated>2013-08-07T21:11:45+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2013-08-07T17:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1c3a46adda358df21e6383113e0ddc499f2cac0c'/>
<id>1c3a46adda358df21e6383113e0ddc499f2cac0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert: feat(ngDocs): add links to source for API</title>
<updated>2013-07-11T22:32:33+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2013-07-11T22:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2c0753225a506185bf8b09b344e7615957009f02'/>
<id>2c0753225a506185bf8b09b344e7615957009f02</id>
<content type='text'>
This reverts commit 61fb5863df4afe0fad688a44ff78b245b8439db2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 61fb5863df4afe0fad688a44ff78b245b8439db2.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngDocs): add links to source for API</title>
<updated>2013-07-11T21:40:06+00:00</updated>
<author>
<name>Julien Bouquillon</name>
</author>
<published>2013-05-10T21:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=61fb5863df4afe0fad688a44ff78b245b8439db2'/>
<id>61fb5863df4afe0fad688a44ff78b245b8439db2</id>
<content type='text'>
 - add tests
 - the link points to the gruntUtil.getVersion().number tree on github
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - add tests
 - the link points to the gruntUtil.getVersion().number tree on github
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): improve docs parser type</title>
<updated>2013-02-11T22:08:27+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2013-02-06T23:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=87f6b36bab76ccea9699255f869d90df9f95967a'/>
<id>87f6b36bab76ccea9699255f869d90df9f95967a</id>
<content type='text'>
previously we barfed on function type definition with optional arguments
like {function(number=)}

this fixes it

I also added a bunch of code that helps to debug incorrectly parsed docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previously we barfed on function type definition with optional arguments
like {function(number=)}

this fixes it

I also added a bunch of code that helps to debug incorrectly parsed docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): correctly generate sitemap</title>
<updated>2012-07-02T15:21:19+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-26T21:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f0a090ddf256d0c144e705c0cdf4216d824140f9'/>
<id>f0a090ddf256d0c144e705c0cdf4216d824140f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): simplify doc urls</title>
<updated>2012-06-12T07:10:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-06-12T06:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f16150d5f1b20b3d633b4402095ea89baa4be042'/>
<id>f16150d5f1b20b3d633b4402095ea89baa4be042</id>
<content type='text'>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we now have two types of namespaces:

- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules

the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)

this simplifies urls and makes them a lot shorter while still avoiding name collisions
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): re-skin main documentation</title>
<updated>2012-05-04T23:12:17+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-04-29T05:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8e2675029f5ca404a7c649cc161df3ea642d941f'/>
<id>8e2675029f5ca404a7c649cc161df3ea642d941f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ngDocSpec): fix broken tests</title>
<updated>2012-03-16T22:32:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-16T22:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53b6f522a56eea314cbd084816e08f24b2c7879f'/>
<id>53b6f522a56eea314cbd084816e08f24b2c7879f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(links): corrected borken links</title>
<updated>2012-03-14T02:36:09+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-14T02:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b'/>
<id>8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(scope): show which directives create scopes</title>
<updated>2012-02-22T20:59:23+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-02-22T20:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c27a56f4da9bf89e471ac6597c135e2f19814f17'/>
<id>c27a56f4da9bf89e471ac6597c135e2f19814f17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
