<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch nganimate-docs-at-symbol-HTML-entity-to-character</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>docs(ngAnimate): change "&amp;#64" to "@" symbol</title>
<updated>2014-03-25T03:10:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-03-25T03:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=91c4889310cdd85dff948d05da896d2d926c6eb2'/>
<id>91c4889310cdd85dff948d05da896d2d926c6eb2</id>
<content type='text'>
"&amp;#64" would not be rendered as an "@" symbol (even if we add the
missing semicolon). As @IgorMinar recommended, replacing this with an
actual "@" character works.

Closes #6822.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"&amp;#64" would not be rendered as an "@" symbol (even if we add the
missing semicolon). As @IgorMinar recommended, replacing this with an
actual "@" character works.

Closes #6822.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guides/directive): add (') to contraction</title>
<updated>2014-03-24T23:05:23+00:00</updated>
<author>
<name>Luke Eller</name>
</author>
<published>2013-12-20T00:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3f609f99527d1a9ddfc371a9eb872ded1664f614'/>
<id>3f609f99527d1a9ddfc371a9eb872ded1664f614</id>
<content type='text'>

add apostrophe (') to contraction
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

add apostrophe (') to contraction
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($http): fix auth default headers example</title>
<updated>2014-03-24T22:52:51+00:00</updated>
<author>
<name>cgwyllie</name>
</author>
<published>2014-02-13T09:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=76dbb6e395040742e7ca7be4b6d6d397bf5a7006'/>
<id>76dbb6e395040742e7ca7be4b6d6d397bf5a7006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(filter.ngdoc): Check if "input" variable is defined</title>
<updated>2014-03-24T22:13:36+00:00</updated>
<author>
<name>Renat Yakubov</name>
</author>
<published>2014-03-24T19:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4a6d4de53ed1472c0cb2323292127495619d7ed9'/>
<id>4a6d4de53ed1472c0cb2323292127495619d7ed9</id>
<content type='text'>
By default, "greeting" textfield in this example is prepopulated with "hello" text, but it's pretty easy to copy just filter code to use it in your app. If your textfield is empty while app loads, you'll get an error: "Error: [$interpolate:interr] Can't interpolate: Reverse: {{greeting|reverse}} TypeError: Cannot read property 'length' of undefined". To prevent this, we should check "input" variable, and proceed only in case it is defined.

Closes #6819.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default, "greeting" textfield in this example is prepopulated with "hello" text, but it's pretty easy to copy just filter code to use it in your app. If your textfield is empty while app loads, you'll get an error: "Error: [$interpolate:interr] Can't interpolate: Reverse: {{greeting|reverse}} TypeError: Cannot read property 'length' of undefined". To prevent this, we should check "input" variable, and proceed only in case it is defined.

Closes #6819.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(input): don't perform HTML5 validation on updated model-value</title>
<updated>2014-03-24T14:54:09+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-03-23T02:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b472d0275f2900beba3b1f2fcee821369f8c15c1'/>
<id>b472d0275f2900beba3b1f2fcee821369f8c15c1</id>
<content type='text'>
Running html5-validation immediately after model-value is updated is incorrect, because the view
has not updated, and HTML5 constraint validation has not adjusted.

Closes #6796
Closes #6806
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running html5-validation immediately after model-value is updated is incorrect, because the view
has not updated, and HTML5 constraint validation has not adjusted.

Closes #6796
Closes #6806
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(faq): fix link to Closure Library</title>
<updated>2014-03-23T20:39:40+00:00</updated>
<author>
<name>Diego Algorta</name>
</author>
<published>2014-03-20T19:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8339c2ebffd513a22578ee549b0ecf08c2ff6eb8'/>
<id>8339c2ebffd513a22578ee549b0ecf08c2ff6eb8</id>
<content type='text'>
The previous link throws a 404.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous link throws a 404.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(npm-shrinkwrap): update dgeni-packages dependency</title>
<updated>2014-03-22T22:35:22+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-03-22T22:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=34a10c6ace32526505cdc8a59a1e9096bf87c0a1'/>
<id>34a10c6ace32526505cdc8a59a1e9096bf87c0a1</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/directive): fix broken link</title>
<updated>2014-03-22T20:12:26+00:00</updated>
<author>
<name>John K. Paul</name>
</author>
<published>2014-03-22T16:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=635cdaaa9a6586b6c48665821dad26c201c5ec05'/>
<id>635cdaaa9a6586b6c48665821dad26c201c5ec05</id>
<content type='text'>
Fix broken internal link in directive documentation.

Closes #6802
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix broken internal link in directive documentation.

Closes #6802
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(error/ng/btstrpd): fix typo in error page</title>
<updated>2014-03-22T20:04:45+00:00</updated>
<author>
<name>Sekib Omazic</name>
</author>
<published>2014-03-22T19:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c7a49b34c653adbb51fd7f1f54b748b5215f7656'/>
<id>c7a49b34c653adbb51fd7f1f54b748b5215f7656</id>
<content type='text'>
Minimal typo fix

Closes #6803
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minimal typo fix

Closes #6803
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(release): update cdn version</title>
<updated>2014-03-21T21:22:33+00:00</updated>
<author>
<name>jenkins</name>
</author>
<published>2014-03-21T21:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=408d9583b865124aa885b04f81745c650dfc115e'/>
<id>408d9583b865124aa885b04f81745c650dfc115e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
