<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng/directive, 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>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>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(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>
<entry>
<title>docs(ngInit): note precedence when used with filters</title>
<updated>2014-01-18T20:35:33+00:00</updated>
<author>
<name>Chia-liang Kao</name>
</author>
<published>2014-01-18T15:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=42ec95ebae716c81087684b55ed8fa8c13888abc'/>
<id>42ec95ebae716c81087684b55ed8fa8c13888abc</id>
<content type='text'>
Clears up expression priority issue

Closes #3869
Closes #5873
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clears up expression priority issue

Closes #3869
Closes #5873
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(input): document ngValue directive</title>
<updated>2014-01-17T23:15:25+00:00</updated>
<author>
<name>Abdessamad Idrissi</name>
</author>
<published>2014-01-06T23:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8dd4f14a04afdf1cc1d1ab8448a0ec533799dfaf'/>
<id>8dd4f14a04afdf1cc1d1ab8448a0ec533799dfaf</id>
<content type='text'>
Extend the example with ng-value showing how to deal with default checked radio boxes.

Closes #5654
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend the example with ng-value showing how to deal with default checked radio boxes.

Closes #5654
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngChange): clarify difference between ng-change DOM change event</title>
<updated>2014-01-17T21:40:10+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
</author>
<published>2014-01-05T15:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5adea0ba64b758f8f5700da73f6faca8ae1983be'/>
<id>5adea0ba64b758f8f5700da73f6faca8ae1983be</id>
<content type='text'>
The ng-change event triggers immediately, which makes a difference for text input fields and text
areas, where the JavaScript onchange event would only be called at the end of the change.

Closes #5640
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ng-change event triggers immediately, which makes a difference for text input fields and text
areas, where the JavaScript onchange event would only be called at the end of the change.

Closes #5640
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(ngShowHide): make a note of values considered to be falsy</title>
<updated>2014-01-15T22:59:01+00:00</updated>
<author>
<name>Foxandxss</name>
</author>
<published>2014-01-13T13:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=e591ddcb30a2cfd9dedcc7cfbd38db29725c4780'/>
<id>e591ddcb30a2cfd9dedcc7cfbd38db29725c4780</id>
<content type='text'>
This issue has been a focus of problems for some users and we discussed it on the IRC that it should
be at least documented.

~Amended the style to use bootstrap notes, I think overall it looks better and catches the eyes more
easily. However there are no anchor links to these, if these are necessary they can be added later.

Closes #3436
Closes #5762
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This issue has been a focus of problems for some users and we discussed it on the IRC that it should
be at least documented.

~Amended the style to use bootstrap notes, I think overall it looks better and catches the eyes more
easily. However there are no anchor links to these, if these are necessary they can be added later.

Closes #3436
Closes #5762
</pre>
</div>
</content>
</entry>
</feed>
