<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, 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>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>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>docs(forms): Change validation tokens to lowercase</title>
<updated>2012-03-13T23:18:14+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-13T22:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=66e6c1ce2c4669076916872c3142159ae46e0a9a'/>
<id>66e6c1ce2c4669076916872c3142159ae46e0a9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(input): Fix some broken links, add missing $, use ng- in examples</title>
<updated>2012-03-13T20:52:57+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-13T20:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=63be222326f3badbb76371f82d49fed5ab9e3e65'/>
<id>63be222326f3badbb76371f82d49fed5ab9e3e65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(form): updated to reflect the latest changes</title>
<updated>2012-03-13T20:36:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-13T01:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a29c2cf70cb19f9fb4be2b62e7acd4054751ac51'/>
<id>a29c2cf70cb19f9fb4be2b62e7acd4054751ac51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
