<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test/ngSanitize, branch v1.1.2</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(linky): allow optional 'target' argument</title>
<updated>2012-11-24T21:21:50+00:00</updated>
<author>
<name>Zach Dexter</name>
</author>
<published>2012-10-09T18:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=610927d77b77700c5c61accd503a2af0fa51cfe6'/>
<id>610927d77b77700c5c61accd503a2af0fa51cfe6</id>
<content type='text'>
Closes #1443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1443
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($sanitize): support telephone links</title>
<updated>2012-11-11T09:31:27+00:00</updated>
<author>
<name>Anna Vester</name>
</author>
<published>2012-11-10T20:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=04450c48dfea065e1c9e4ab8adad94993ed1b037'/>
<id>04450c48dfea065e1c9e4ab8adad94993ed1b037</id>
<content type='text'>
Per http://www.ietf.org/rfc/rfc3966.txt support tel: links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per http://www.ietf.org/rfc/rfc3966.txt support tel: links
</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>
</feed>
