angular.js/src/ng/directive
Caitlin Potter e0209169bf fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute
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
2014-01-22 14:51:47 -05:00
..
a.js fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute 2014-01-22 14:51:47 -05:00
booleanAttrs.js refactor(booleanAttrs, ngSwitch): use link function instead of compile function where appropriate 2014-01-07 16:54:35 -08:00
directives.js style: make jshint happy 2013-10-22 15:32:41 -07:00
form.js docs(form): changed capitalization in CSS classes section 2014-01-06 16:44:52 -08:00
input.js fix(input): use Chromium's email validation regexp 2014-01-21 21:40:55 -05:00
ngBind.js docs(ngBindHtml): fix dependency for Plunker and JSFiddle in example 2013-11-14 12:28:53 +00:00
ngClass.js fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
ngCloak.js docs(ngCloak): style name is ng-cloak, not ngCloak 2013-12-19 13:32:19 +00:00
ngController.js fix(ngController): fix issue with ngInclude on the same element 2013-11-21 09:52:34 -08:00
ngCsp.js fix: don't inline css in csp mode. 2013-10-22 15:21:23 -07:00
ngEventDirs.js docs(ngEventDirs): document priority of event directives 2014-01-19 23:29:39 -05:00
ngIf.js docs(ngIf): remove invalid comment from CSS 2013-12-17 11:59:29 +00:00
ngInclude.js fix(ngInclude): Add template to DOM before linking other directives 2013-12-12 17:18:44 -08:00
ngInit.js docs(ngInit): ng-init is an attribute/class directive, not an element directive 2014-01-18 17:10:46 -05:00
ngNonBindable.js docs(ngNonBindable): fix punctuation 2013-10-24 21:08:42 +01:00
ngPluralize.js docs(ngPluralize): Fix missing space before parentheses 2013-11-20 11:38:29 +00:00
ngRepeat.js docs(ngRepeat): add info about aliasing special properties of ngRepeat 2014-01-03 16:07:26 -08:00
ngShowHide.js docs(ngShowHide): make a note of values considered to be falsy 2014-01-15 17:59:01 -05:00
ngStyle.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
ngSwitch.js refactor(booleanAttrs, ngSwitch): use link function instead of compile function where appropriate 2014-01-07 16:54:35 -08:00
ngTransclude.js perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
script.js docs(script): add more detailed information 2014-01-08 00:49:29 -08:00
select.js docs(select): add callout style for a note 2014-01-21 17:02:50 -08:00
style.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00