<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/docs/content, branch v1.0.0rc5</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(tutorial): update step-04 to v1.0</title>
<updated>2012-04-12T09:45:12+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-12T00:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2037facc998b4da2bbb2b62690faf4d970470c12'/>
<id>2037facc998b4da2bbb2b62690faf4d970470c12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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($compile): fixed typo</title>
<updated>2012-04-12T06:48:53+00:00</updated>
<author>
<name>simpulton</name>
</author>
<published>2012-04-12T04:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c4f6ccb0658cb723c6e9704cf7fcf1bc72b2ae99'/>
<id>c4f6ccb0658cb723c6e9704cf7fcf1bc72b2ae99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module</title>
<updated>2012-04-11T22:50:47+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2012-04-10T23:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5bcd7198664dca2bf85ddf8b3a89f417cd4e4796'/>
<id>5bcd7198664dca2bf85ddf8b3a89f417cd4e4796</id>
<content type='text'>
Create build for other modules as well (ngResource, ngCookies):
- wrap into a function
- add license
- add version

Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create build for other modules as well (ngResource, ngCookies):
- wrap into a function
- add license
- add version

Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);`
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($compile): fix typo in the docs templateURL -&gt; templateUrl</title>
<updated>2012-04-11T18:23:48+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-11T18:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e1743cc837a51e3146f2e73e3083eee7f4a8f549'/>
<id>e1743cc837a51e3146f2e73e3083eee7f4a8f549</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): 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>docs(tutorial): fix typos in steps 2 and 3</title>
<updated>2012-04-10T13:04:13+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-10T13:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ac2f0cece62c51fbf77e9b9f40ac40d8fcf9af17'/>
<id>ac2f0cece62c51fbf77e9b9f40ac40d8fcf9af17</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>docs(tutorial): update tutorial intro + steps 0-3</title>
<updated>2012-04-04T22:59:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-04-02T15:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=53b2254ea70019937463d8e079e1991b3d3d1d8b'/>
<id>53b2254ea70019937463d8e079e1991b3d3d1d8b</id>
<content type='text'>
also contains all kinds of fixes that I had to make in the docs app to
get the tutorial to render correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also contains all kinds of fixes that I had to make in the docs app to
get the tutorial to render correctly
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(docs): restore old tutorial ngdoc files</title>
<updated>2012-04-04T22:59:18+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2012-03-30T21:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6336b6e89e3a80aec3c4367ab4c2737fd365c030'/>
<id>6336b6e89e3a80aec3c4367ab4c2737fd365c030</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
