<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, branch v1.2.10</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<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>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>
<entry>
<title>fix(input): use Chromium's email validation regexp</title>
<updated>2014-01-22T02:40:55+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-01-22T02:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=79e519fedaec54390a8bdacfb1926bfce57a1eb6'/>
<id>79e519fedaec54390a8bdacfb1926bfce57a1eb6</id>
<content type='text'>
This change uses the regexp from Chromium/Blink to validate emails, and corrects
an error in the validation engine, which previously considered an invalid email
to be valid. Additionally, the regexp was invalidating emails with capital
letters, however this is not the behaviour recomended in the spec, or implemented
in Chromium.

Closes #5899
Closes #5924
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change uses the regexp from Chromium/Blink to validate emails, and corrects
an error in the validation engine, which previously considered an invalid email
to be valid. Additionally, the regexp was invalidating emails with capital
letters, however this is not the behaviour recomended in the spec, or implemented
in Chromium.

Closes #5899
Closes #5924
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(select): add callout style for a note</title>
<updated>2014-01-22T01:02:50+00:00</updated>
<author>
<name>Brian Ford</name>
</author>
<published>2014-01-22T01:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=60e80509a8f69a7fa750c3399b84bd0d4cc53855'/>
<id>60e80509a8f69a7fa750c3399b84bd0d4cc53855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(select): add object comparison warning</title>
<updated>2014-01-22T00:58:41+00:00</updated>
<author>
<name>Dan Matthews</name>
</author>
<published>2014-01-15T18:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3c12d36e730dfbf8e2dbba773df5879437276d7a'/>
<id>3c12d36e730dfbf8e2dbba773df5879437276d7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($parse): do not use locals to resolve object properties</title>
<updated>2014-01-22T00:27:04+00:00</updated>
<author>
<name>Lucas Galfasó</name>
</author>
<published>2014-01-17T17:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f09b6aa5b58c090e3b8f8811fb7735e38d4b7623'/>
<id>f09b6aa5b58c090e3b8f8811fb7735e38d4b7623</id>
<content type='text'>
Do not use the locals when performing a field access in an angular expression.

Closes #5838
Closes #5862
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not use the locals when performing a field access in an angular expression.

Closes #5838
Closes #5862
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngEventDirs): document priority of event directives</title>
<updated>2014-01-20T04:29:39+00:00</updated>
<author>
<name>Abraham</name>
</author>
<published>2014-01-17T06:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8b395ff3258526d9f395b828874eac7a4b5f46e5'/>
<id>8b395ff3258526d9f395b828874eac7a4b5f46e5</id>
<content type='text'>
The general assumption is that if @priority is not defined, the priority is 0. BUT it's not
necessarily harmful to be explicit about this.

Closes #5852
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The general assumption is that if @priority is not defined, the priority is 0. BUT it's not
necessarily harmful to be explicit about this.

Closes #5852
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($http): remove outdated part about $http outside of $apply phase</title>
<updated>2014-01-19T03:52:58+00:00</updated>
<author>
<name>Christoph Burgdorf</name>
</author>
<published>2013-12-19T19:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6c9131ef10377e096c178d378666bc7fc2919f09'/>
<id>6c9131ef10377e096c178d378666bc7fc2919f09</id>
<content type='text'>
This removes some outdated advice which no longer is true against the latest angular version.

The information about unit testing with ngMocks remains, because it's always good to have
information like that easily found. This little snippet is not worded perfectly, and is not
a very good example unit test, so additional work is needed here.

Relates to #5206
Closes #5485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes some outdated advice which no longer is true against the latest angular version.

The information about unit testing with ngMocks remains, because it's always good to have
information like that easily found. This little snippet is not worded perfectly, and is not
a very good example unit test, so additional work is needed here.

Relates to #5206
Closes #5485
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($q): note that function okToGreet is expected to be defined in example</title>
<updated>2014-01-18T22:36:58+00:00</updated>
<author>
<name>letsmakesense</name>
</author>
<published>2014-01-18T20:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=90e60d2d54ddadf29e5b7c52ac16b3c0f52b4650'/>
<id>90e60d2d54ddadf29e5b7c52ac16b3c0f52b4650</id>
<content type='text'>
the function okToGreet wasn't defined, so this example wouldn't work properly.

I've decided that instead of adding unrelated code to the example, it should just be noted that the
function is expected to be defined in the lexical scope.

Closes #5878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the function okToGreet wasn't defined, so this example wouldn't work properly.

I've decided that instead of adding unrelated code to the example, it should just be noted that the
function is expected to be defined in the lexical scope.

Closes #5878
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngInit): ng-init is an attribute/class directive, not an element directive</title>
<updated>2014-01-18T22:10:46+00:00</updated>
<author>
<name>Bastian Buchholz</name>
</author>
<published>2014-01-18T21:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=928d000db75e898ed860ecc07c0b0dce56e57533'/>
<id>928d000db75e898ed860ecc07c0b0dce56e57533</id>
<content type='text'>
As discussed in comments on https://github.com/angular/angular.js/commit/42ec95ebae716c81087684b55ed8fa8c13888abc#commitcomment-5109829,
ngInit is not an element directive, so @clkao's example should reflect this.

Closes #5879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in comments on https://github.com/angular/angular.js/commit/42ec95ebae716c81087684b55ed8fa8c13888abc#commitcomment-5109829,
ngInit is not an element directive, so @clkao's example should reflect this.

Closes #5879
</pre>
</div>
</content>
</entry>
</feed>
