<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs, branch v1.0.0rc2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(guide/controllers): add a section on testing controllers</title>
<updated>2012-03-20T22:23:58+00:00</updated>
<author>
<name>Daniel Zen</name>
</author>
<published>2012-03-14T18:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e7cd0bcc5a0ab8c35df05f85bd2a1e29c12d4f0b'/>
<id>e7cd0bcc5a0ab8c35df05f85bd2a1e29c12d4f0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/location): fix example</title>
<updated>2012-03-20T19:05:57+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-20T19:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9eafd10fcdf8846194bbc325fe23fd3d6d9da155'/>
<id>9eafd10fcdf8846194bbc325fe23fd3d6d9da155</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/started): fix examples</title>
<updated>2012-03-20T18:30:21+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-20T18:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3436c027f217fe0583b23d48c101299b1872d333'/>
<id>3436c027f217fe0583b23d48c101299b1872d333</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>feat(injector): infer _foo_ as foo</title>
<updated>2012-03-16T17:52:40+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-16T17:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f13dd3393dfb7a33565c9360342c193bc0bddcb6'/>
<id>f13dd3393dfb7a33565c9360342c193bc0bddcb6</id>
<content type='text'>
this is to enable nicer tests:

 describe('fooSvc', function() {
   var fooSvc;

   beforeEach(inject(function(_fooSvc_) {
     fooSvc = _fooSvc_;
   }));

   it('should do this thing', function() {
     //test fooSvc
   });
 });
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is to enable nicer tests:

 describe('fooSvc', function() {
   var fooSvc;

   beforeEach(inject(function(_fooSvc_) {
     fooSvc = _fooSvc_;
   }));

   it('should do this thing', function() {
     //test fooSvc
   });
 });
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(*): fixing various docs</title>
<updated>2012-03-14T06:17:43+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-14T06:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=716b5fd3e24e11986ded2cc381b9fbb77971a1e2'/>
<id>716b5fd3e24e11986ded2cc381b9fbb77971a1e2</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>fix(docs): properly close the optional ] in directive signatures</title>
<updated>2012-03-14T00:51:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-14T00:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ce4b630524fe15185ea248ed2344549632c446ff'/>
<id>ce4b630524fe15185ea248ed2344549632c446ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide): fix non-working example + add docs for implicit DI</title>
<updated>2012-03-14T00:14:50+00:00</updated>
<author>
<name>Daniel Zen</name>
</author>
<published>2012-03-13T21:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7b52586f7c139ea5dfe694f9667bad673d7ca5f1'/>
<id>7b52586f7c139ea5dfe694f9667bad673d7ca5f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(search): include method names in corpus</title>
<updated>2012-03-13T23:32:15+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-13T20:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=027801a00accbacefcb8fed059d09340ac5403ec'/>
<id>027801a00accbacefcb8fed059d09340ac5403ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
