<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content/guide, branch v1.0.0rc5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix($location): properly rewrite urls in html5 mode with base url set</title>
<updated>2012-04-12T09:36:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-12T06:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6d7e7fdea6c3d6551ff40c150aa42e1375d2cb5f'/>
<id>6d7e7fdea6c3d6551ff40c150aa42e1375d2cb5f</id>
<content type='text'>
previously we were doing all kinds of checks to see if we should rewrite the url or not and we
were missing many scenarios. not any more.

with this change, we rewrite the url unless:
- the href is not set
- link has target attribute
- the absolute url of the link doesn't match the absolute prefix for all urls in our app

This also means that ng-ext-link attribute which we previously used to distinguish external
links from app links is not necessary any more. apps can just set target=_self to prevent
rewriting.

BREAKING CHANGE: ng-ext-link directive was removed because it's unnecessary

apps that relied on ng-ext-link should simply replace it with target=_self
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previously we were doing all kinds of checks to see if we should rewrite the url or not and we
were missing many scenarios. not any more.

with this change, we rewrite the url unless:
- the href is not set
- link has target attribute
- the absolute url of the link doesn't match the absolute prefix for all urls in our app

This also means that ng-ext-link attribute which we previously used to distinguish external
links from app links is not necessary any more. apps can just set target=_self to prevent
rewriting.

BREAKING CHANGE: ng-ext-link directive was removed because it's unnecessary

apps that relied on ng-ext-link should simply replace it with target=_self
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide.forms): fix the forms dev guide to use ng-disabled</title>
<updated>2012-04-10T20:42:17+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-04-10T20:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fcc556df3745d4c7768e235cb5f1caf70eb34639'/>
<id>fcc556df3745d4c7768e235cb5f1caf70eb34639</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): change all directive references to use the normalized names</title>
<updated>2012-04-09T16:52:27+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-06T23:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=82d90a409692e97a79c3bf4708ee80796c7de2d6'/>
<id>82d90a409692e97a79c3bf4708ee80796c7de2d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ngModel): update model on each key stroke (revert ngModelInstant)</title>
<updated>2012-04-03T17:10:44+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-03-30T19:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=06d0955074f79de553cc34fbf945045dc458e064'/>
<id>06d0955074f79de553cc34fbf945045dc458e064</id>
<content type='text'>
It turns out that listening only on "blur" event is not sufficient in many scenarios,
especially when you use form validation you always had to use ngModelnstant
e.g. if you want to disable a button based on valid/invalid form.

The feedback we got from our apps as well as external apps is that the
ngModelInstant should be the default.

In the future we might provide alternative ways of suppressing updates
on each key stroke, but it's not going to be the default behavior.

Apps already using the ngModelInstant can safely remove it from their
templates. Input fields without ngModelInstant directive will start propagating
the input changes into the model on each key stroke.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that listening only on "blur" event is not sufficient in many scenarios,
especially when you use form validation you always had to use ngModelnstant
e.g. if you want to disable a button based on valid/invalid form.

The feedback we got from our apps as well as external apps is that the
ngModelInstant should be the default.

In the future we might provide alternative ways of suppressing updates
on each key stroke, but it's not going to be the default behavior.

Apps already using the ngModelInstant can safely remove it from their
templates. Input fields without ngModelInstant directive will start propagating
the input changes into the model on each key stroke.
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc fixes in bootstrap</title>
<updated>2012-04-03T14:07:49+00:00</updated>
<author>
<name>Brad Green</name>
</author>
<published>2012-04-03T14:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=28ff7c3a66fbd770515273c7ca2fcb9cd936b50e'/>
<id>28ff7c3a66fbd770515273c7ca2fcb9cd936b50e</id>
<content type='text'>
Now makes sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now makes sense.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated manual bootstrap document</title>
<updated>2012-03-28T01:06:00+00:00</updated>
<author>
<name>Brad Green</name>
</author>
<published>2012-03-28T01:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=944098a4e0f753f06b40c73ca3e79991cec6c2e2'/>
<id>944098a4e0f753f06b40c73ca3e79991cec6c2e2</id>
<content type='text'>
Explained why you'd want to manually bootstrap, added contrasting
example for automatic vs manual methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explained why you'd want to manually bootstrap, added contrasting
example for automatic vs manual methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of Automatic Initialization doc</title>
<updated>2012-03-27T15:28:34+00:00</updated>
<author>
<name>Brad Green</name>
</author>
<published>2012-03-27T15:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2ce0485e6f21c77e84fd4fc07a9b15adc90a7fd8'/>
<id>2ce0485e6f21c77e84fd4fc07a9b15adc90a7fd8</id>
<content type='text'>
Added examples, explained the reasons why you initialize the whole app
or parts of the page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added examples, explained the reasons why you initialize the whole app
or parts of the page.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/module): fix syntax error and expectation in test example</title>
<updated>2012-03-26T23:06:46+00:00</updated>
<author>
<name>Mykhailo Kotsur</name>
</author>
<published>2012-03-22T19:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5c5b1183c82a28841b3e1e246ee341262e91d743'/>
<id>5c5b1183c82a28841b3e1e246ee341262e91d743</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/unit-testing): fixed typo in code example</title>
<updated>2012-03-26T23:06:16+00:00</updated>
<author>
<name>Mykhailo Kotsur</name>
</author>
<published>2012-03-22T19:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f04142ea281c16182132ca4f307f24e97a19cfdc'/>
<id>f04142ea281c16182132ca4f307f24e97a19cfdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc(guide/module): fix typo</title>
<updated>2012-03-23T23:57:24+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-23T23:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=74c84501ed72782b2e46492d1ded30f51ab31176'/>
<id>74c84501ed72782b2e46492d1ded30f51ab31176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
