<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/src/templates, 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.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>
<entry>
<title>chore(*): refactor all ng: to ng-</title>
<updated>2012-03-10T00:14:26+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-09T08:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f4d338d393dabb49182d40b4fe90c4d1b51621c0'/>
<id>f4d338d393dabb49182d40b4fe90c4d1b51621c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor($provide) Rename service -&gt; provider</title>
<updated>2012-03-09T18:10:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-08T23:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=00d4427388eeec81d434f9ee96bb7ccc70190923'/>
<id>00d4427388eeec81d434f9ee96bb7ccc70190923</id>
<content type='text'>
It registers a provider class, so this makes more sense.

Breaks Rename $provide.service -&gt; $provide.provider
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It registers a provider class, so this makes more sense.

Breaks Rename $provide.service -&gt; $provide.provider
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(css): allow headers to wrap with blue background</title>
<updated>2012-03-09T06:29:35+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-09T01:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fae84463e45f18eabdabc4c1c7378e23ad35842c'/>
<id>fae84463e45f18eabdabc4c1c7378e23ad35842c</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): remove undefined from examples with jsfiddle=false</title>
<updated>2012-03-08T19:06:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-06T22:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2acd60df4dcc1550b5756559d98a8b03815973d6'/>
<id>2acd60df4dcc1550b5756559d98a8b03815973d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(compiler): change default restriction to attribute only for directives</title>
<updated>2012-03-08T18:07:49+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2012-03-08T06:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6a98c52c847ecc620118f3ccfdd66c3956c0fb01'/>
<id>6a98c52c847ecc620118f3ccfdd66c3956c0fb01</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): Add $locationProvider methods to the docs example provider</title>
<updated>2012-03-06T03:09:43+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-29T22:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1084ccf7ef8d087e77f2d7197222ab7904fd3fb7'/>
<id>1084ccf7ef8d087e77f2d7197222ab7904fd3fb7</id>
<content type='text'>
- $locationProvider.html5Mode
- $locationProvider.hashPrefix

Docs example is basically a different application on the same page, but we don't want to instantiate multiple instances of $browser or $location service, so we are overriding these providers to return the instances from parent app.

Overriding the service with $provide.value caused a provider to be auto-generated without the necessary hashPrefix and html5Mode apis.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- $locationProvider.html5Mode
- $locationProvider.hashPrefix

Docs example is basically a different application on the same page, but we don't want to instantiate multiple instances of $browser or $location service, so we are overriding these providers to return the instances from parent app.

Overriding the service with $provide.value caused a provider to be auto-generated without the necessary hashPrefix and html5Mode apis.</pre>
</div>
</content>
</entry>
<entry>
<title>reafactor: Rename ng:bind-immediate -&gt; ng:model-instant</title>
<updated>2012-02-29T02:22:41+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-24T19:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c4c60c25b494afe282dd1a86a030fbc2c63639aa'/>
<id>c4c60c25b494afe282dd1a86a030fbc2c63639aa</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): Update API docs for forms</title>
<updated>2012-02-29T02:22:35+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-24T03:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=139e1b09a94f60b351cc961d8bfd882c0b8ba594'/>
<id>139e1b09a94f60b351cc961d8bfd882c0b8ba594</id>
<content type='text'>
- API forms (ng:model + controller, form + controller)
- fix some broken links
- ng:change, ng:model-instant
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- API forms (ng:model + controller, form + controller)
- fix some broken links
- ng:change, ng:model-instant
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(forms): Even better forms</title>
<updated>2012-02-29T01:46:58+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-02-16T01:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=21c725f1a12d1de758cab6e4c4fafc5c420eb565'/>
<id>21c725f1a12d1de758cab6e4c4fafc5c420eb565</id>
<content type='text'>
- remove $formFactory completely
- remove parallel scope hierarchy (forms, widgets)
- use new compiler features (widgets, forms are controllers)
- any directive can add formatter/parser (validators, convertors)

Breaks no custom input types
Breaks removed integer input type
Breaks remove list input type (ng-list directive instead)
Breaks inputs bind only blur event by default (added ng:bind-change directive)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove $formFactory completely
- remove parallel scope hierarchy (forms, widgets)
- use new compiler features (widgets, forms are controllers)
- any directive can add formatter/parser (validators, convertors)

Breaks no custom input types
Breaks removed integer input type
Breaks remove list input type (ng-list directive instead)
Breaks inputs bind only blur event by default (added ng:bind-change directive)
</pre>
</div>
</content>
</entry>
</feed>
