angular.js/test/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
..
aSpec.js fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute 2014-01-22 14:51:47 -05:00
booleanAttrsSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
formSpec.js perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
inputSpec.js fix(input): use Chromium's email validation regexp 2014-01-21 21:40:55 -05:00
ngBindSpec.js fix(ng-bind-html): watch string value instead of wrapper 2013-09-20 16:30:20 -07:00
ngClassSpec.js fix(ngAnimate): ensure animations are disabled upon bootstrap for structrual animations 2013-11-25 15:00:50 -05:00
ngClickSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngCloakSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngControllerSpec.js fix(ngController): fix issue with ngInclude on the same element 2013-11-21 09:52:34 -08:00
ngEventDirsSpec.js fix(ngSubmit): expose $event to ngSubmit callback 2013-07-11 17:24:30 -07:00
ngIfSpec.js fix($compile): update cloned elements if the template arrives after the cloning 2013-12-05 22:16:25 -08:00
ngIncludeSpec.js perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
ngInitSpec.js fix(ngInit): evaluate ngInit before ngInclude 2013-12-04 23:26:56 -08:00
ngKeySpec.js feat(directive): ng:focus, ng:blur 2013-07-18 19:24:42 +02:00
ngNonBindableSpec.js test(ng-non-bindable): test sibling bindings 2013-09-20 23:55:23 -07:00
ngPluralizeSpec.js feat(ngPluralize): add alternative mapping using attributes 2013-07-14 16:36:15 +02:00
ngRepeatSpec.js fix(ngRepeat): allow for more flexible coding style in ngRepeat expression 2014-01-02 16:14:16 -08:00
ngShowHideSpec.js fix(ngShow/ngHide, ngIf): functions with zero args should be truthy 2014-01-02 22:59:43 -08:00
ngSrcsetSpec.js feat(ngSrcset): add new ngSrcset directive 2013-05-14 21:29:21 +01:00
ngSrcSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
ngStyleSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngSwitchSpec.js chore(ngMock): rename $animate.process to $animate.flushNext() 2013-08-02 23:52:37 -07:00
scriptSpec.js fix(script): Incorrectly reading script text on ie 2012-04-20 11:29:34 -07:00
selectSpec.js feat(select): allow multiline ng-options 2014-01-10 09:50:28 -08:00
styleSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00