<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v1.2.10</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(release): cut v1.2.10 release</title>
<updated>2014-01-24T23:28:28+00:00</updated>
<author>
<name>jenkins</name>
</author>
<published>2014-01-24T23:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=451bde124497a4fdae19a4f7e89c42cd3715ac09'/>
<id>451bde124497a4fdae19a4f7e89c42cd3715ac09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(changelog): release notes for 1.2.10</title>
<updated>2014-01-24T18:34:45+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-24T18:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f827f587b340ff7563ca01fe68c244a6cd0d5c4'/>
<id>4f827f587b340ff7563ca01fe68c244a6cd0d5c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(search): make sure the forward slash doesn't focus on search while on another input element</title>
<updated>2014-01-24T18:02:50+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-24T17:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=131410b61bfca0c21714c1a9e1b3fdc514e21d3a'/>
<id>131410b61bfca0c21714c1a9e1b3fdc514e21d3a</id>
<content type='text'>
Closes #5969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5969
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($animate): provide support for a close callback</title>
<updated>2014-01-24T17:21:29+00:00</updated>
<author>
<name>Matias Niemelä</name>
</author>
<published>2014-01-22T17:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ca6b7d0fa2e355ebd764230260758cee9a4ebe1e'/>
<id>ca6b7d0fa2e355ebd764230260758cee9a4ebe1e</id>
<content type='text'>
Closes #5685
Closes #5053
Closes #4993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5685
Closes #5053
Closes #4993
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(guide/filter): link to an example of a filter unit test</title>
<updated>2014-01-23T21:43:31+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2014-01-23T21:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=40dc806e03b81cf8bdbb24d67c8e8e3c8af42324'/>
<id>40dc806e03b81cf8bdbb24d67c8e8e3c8af42324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngdoc): ensure module installation docs are accurate</title>
<updated>2014-01-23T17:27:30+00:00</updated>
<author>
<name>Peter Bacon Darwin</name>
</author>
<published>2014-01-23T17:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5e9835b4f245346b3c79f5e4927c9accfb57a50d'/>
<id>5e9835b4f245346b3c79f5e4927c9accfb57a50d</id>
<content type='text'>
The ngMock module is built into a package called angular-mocks, which is
not named consistently and the docs were giving invalid info.

Closes #5810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ngMock module is built into a package called angular-mocks, which is
not named consistently and the docs were giving invalid info.

Closes #5810
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute</title>
<updated>2014-01-22T19:51:47+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-01-20T16:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e0209169bf1463465ad07484421620748a4d3908'/>
<id>e0209169bf1463465ad07484421620748a4d3908</id>
<content type='text'>
Before this change, an SVGAElement with an xlink:href attribute and no href or name attribute which
was compiled by the angular HTML compiler would never be clickable, due to the htmlAnchorDirective
calling event.preventDefault() due to the missing href attribute.

This change corrects this behaviour by also testing the xlink:href attribute if the element in
question is determined to be an SVG anchor tag (with the href property having type SVGAnimatedString)

Closes #5896
Closes #5897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this change, an SVGAElement with an xlink:href attribute and no href or name attribute which
was compiled by the angular HTML compiler would never be clickable, due to the htmlAnchorDirective
calling event.preventDefault() due to the missing href attribute.

This change corrects this behaviour by also testing the xlink:href attribute if the element in
question is determined to be an SVG anchor tag (with the href property having type SVGAnimatedString)

Closes #5896
Closes #5897
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(externs): move Closure Externs back to Closure code repository</title>
<updated>2014-01-22T19:38:14+00:00</updated>
<author>
<name>Martin Probst</name>
</author>
<published>2014-01-21T10:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b07afa0465b73c00e7f6d7a9479011360eb29b82'/>
<id>b07afa0465b73c00e7f6d7a9479011360eb29b82</id>
<content type='text'>
While Closure Compiler generally recommends to maintain the externs for
projects together with their source, this has not worked well for
AngularJS:
- Changes to externs must be tested; they can break clients. AngularJS
  has no testing infrastructure for this.
- Changes mostly come from users inside of Google and are much more
  easily submitted together with the code using them within Google's
  repository.

This change deletes the externs here and adds a README.closure.md to
document the change. They will be added back to Closure Compiler in a
separate submit.

Closes #5906
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While Closure Compiler generally recommends to maintain the externs for
projects together with their source, this has not worked well for
AngularJS:
- Changes to externs must be tested; they can break clients. AngularJS
  has no testing infrastructure for this.
- Changes mostly come from users inside of Google and are much more
  easily submitted together with the code using them within Google's
  repository.

This change deletes the externs here and adds a README.closure.md to
document the change. They will be added back to Closure Compiler in a
separate submit.

Closes #5906
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngRoute): grammar correction</title>
<updated>2014-01-22T19:26:33+00:00</updated>
<author>
<name>Allon Hadaya</name>
</author>
<published>2014-01-22T17:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c3b5e16d8441ad0b417eceaf7fc6e64703f05882'/>
<id>c3b5e16d8441ad0b417eceaf7fc6e64703f05882</id>
<content type='text'>
grammar: occurs -&gt; occur

Closes #5937
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
grammar: occurs -&gt; occur

Closes #5937
</pre>
</div>
</content>
</entry>
<entry>
<title>style($interval): remove ws and replace comma with semicolon</title>
<updated>2014-01-22T19:14:59+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-01-22T19:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=7f444a205e87bff66c924040a102e5442bbc61c6'/>
<id>7f444a205e87bff66c924040a102e5442bbc61c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
