<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, branch g3-v1.0.0rc1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>
<entry>
<title>fix(forms): prefix all form and control properties with $</title>
<updated>2012-03-13T06:04:11+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-13T04:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f59e4b11f11261c234a821db67088f0de88a2852'/>
<id>f59e4b11f11261c234a821db67088f0de88a2852</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(directive): add more docs for the directive api</title>
<updated>2012-03-13T06:04:10+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-12T15:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a9ed5745a0e83fb8ac11636d5272fc6e632e6247'/>
<id>a9ed5745a0e83fb8ac11636d5272fc6e632e6247</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.forms): Update forms guide</title>
<updated>2012-03-12T08:40:12+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-12T08:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=317adb36a480c60f41b6f69bc67d66fe1b08bdae'/>
<id>317adb36a480c60f41b6f69bc67d66fe1b08bdae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
