angular.js/src
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
..
auto docs($provide): fix Markdown formatting for provider method 2014-01-18 22:09:56 -05:00
ng fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute 2014-01-22 14:51:47 -05:00
ngAnimate chore($animate): remove Moz statements from requestAnimationFrame 2014-01-15 03:29:20 -05:00
ngCookies feat(docs): provide index pages for each angular module 2013-10-23 17:00:12 -04:00
ngLocale style: make jshint happy 2013-10-22 15:32:41 -07:00
ngMock docs(ngMock): $log.error property contains messages from $log.error, not $log.log 2014-01-22 11:34:56 -05:00
ngResource docs(\$resource): fixed typo (s/seapph/search) 2014-01-10 01:10:19 -08:00
ngRoute docs(ngRoute): grammar correction 2014-01-22 14:26:33 -05:00
ngSanitize fix($sanitize): consider size attribute as valid/allowed attribute 2013-12-27 16:22:35 -08:00
ngScenario fix(input): prevent double $digest when using jQuery trigger. 2013-12-30 15:09:49 -08:00
ngTouch chore(docs): fix jsHint errors with long lines 2013-10-23 17:44:37 -04:00
.jshintrc fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
Angular.js docs(forEach): remove obsolte note 2014-01-13 16:31:43 -08:00
angular.prefix chore: update copyright year in file headers 2013-11-22 13:16:23 -08:00
angular.suffix fix(init): use jQuery#ready for init if available 2012-03-23 15:41:37 -07:00
AngularPublic.js fix(ngInclude): Add template to DOM before linking other directives 2013-12-12 17:18:44 -08:00
apis.js feat(ngRepeat): add support for custom tracking of items 2013-03-29 23:01:52 -07:00
jqLite.js feat(jqLite): provide support for element.one() 2013-12-19 14:39:04 -05:00
loader.js fix(loader): expose $$minErr to modules such asngResource 2013-11-21 22:51:26 -08:00
loader.prefix chore: update copyright year in file headers 2013-11-22 13:16:23 -08:00
loader.suffix fix(loader): don't rely on internal APIs 2013-11-14 15:05:39 -08:00
minErr.js fix(minErr): remove references to internals APIs 2013-11-14 15:00:53 -08:00
module.prefix chore: update copyright year in file headers 2013-11-22 13:16:23 -08:00
module.suffix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
publishExternalApis.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00