<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v0.9.13</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>@require in ngdoc now takes reason for dependency</title>
<updated>2011-03-11T22:16:52+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-03-10T21:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5b05c0de036f77db0cc493082e21b1451c6b9a5f'/>
<id>5b05c0de036f77db0cc493082e21b1451c6b9a5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing broken e2e tests</title>
<updated>2011-03-03T21:50:12+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-03T17:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bf7ff5a3e7498cb43f1e18a6da32633162ff787'/>
<id>5bf7ff5a3e7498cb43f1e18a6da32633162ff787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding dependency injection docs</title>
<updated>2011-03-03T08:16:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-03T08:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a01d888eece2ecb6a682af29972381c4f299f6f1'/>
<id>a01d888eece2ecb6a682af29972381c4f299f6f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renaming guide.contribute.ngdoc to contribute.ngdoc</title>
<updated>2011-03-03T07:19:59+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-03T07:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=28800a48ad1f309bebf953203ea41bf88003561a'/>
<id>28800a48ad1f309bebf953203ea41bf88003561a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs cleanup and improvements</title>
<updated>2011-03-03T07:14:13+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-03T07:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dea72be0ccea6434c68529287e4db0c574b941a1'/>
<id>dea72be0ccea6434c68529287e4db0c574b941a1</id>
<content type='text'>
- moving 'downloading' from devguide to "misc"
- syncing the latest version of 'downloading'
- getting rid of junk files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- moving 'downloading' from devguide to "misc"
- syncing the latest version of 'downloading'
- getting rid of junk files
</pre>
</div>
</content>
</entry>
<entry>
<title>linking function should return bound scope</title>
<updated>2011-03-02T01:09:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-02-25T22:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=945056b1667a69ecc4d557cc0f03894597250ced'/>
<id>945056b1667a69ecc4d557cc0f03894597250ced</id>
<content type='text'>
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.

other changes:
- moved angular.compile docs to the compiler so that they are closer to
  the compiler
- fixed some typos and updated angular.compile docs with the new return
  value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.

other changes:
- moved angular.compile docs to the compiler so that they are closer to
  the compiler
- fixed some typos and updated angular.compile docs with the new return
  value
</pre>
</div>
</content>
</entry>
<entry>
<title>docs.css should not inline all pragraphs, only those in lists</title>
<updated>2011-02-23T23:52:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-02-23T23:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5fc2b96b97a99286fb5734abef86dde16aeb3e55'/>
<id>5fc2b96b97a99286fb5734abef86dde16aeb3e55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of the "Contributing" section of the DevGuide</title>
<updated>2011-02-23T01:42:00+00:00</updated>
<author>
<name>Janet Davies</name>
</author>
<published>2011-02-11T19:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=eea0de6db4eb660be15bad4c1a74d371b8719d38'/>
<id>eea0de6db4eb660be15bad4c1a74d371b8719d38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing typo in guide.overview</title>
<updated>2011-02-22T23:49:46+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-02-22T23:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d15165f207f77f691794a4f6d07ecc63d922070f'/>
<id>d15165f207f77f691794a4f6d07ecc63d922070f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of the overview section of the dev guide</title>
<updated>2011-02-22T23:09:44+00:00</updated>
<author>
<name>Kenneth R. Culp</name>
</author>
<published>2011-02-09T19:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fe743e31f8114aa17aedddeea9753fb5afeb6251'/>
<id>fe743e31f8114aa17aedddeea9753fb5afeb6251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
