angular.js/src/ng
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
..
directive fix(a): don't preventDefault on click when SVGAElement has an xlink:href attribute 2014-01-22 14:51:47 -05:00
filter refactor(filterFilter): simplify code by a ternary op instead of if-else 2014-01-05 00:36:04 -08:00
anchorScroll.js style: make jshint happy 2013-10-22 15:32:41 -07:00
animate.js feat(ngAnimate): provide configuration support to match specific className values to trigger animations 2013-12-19 16:37:29 -05:00
browser.js style($browser): remove ws, fix typo 2014-01-02 21:30:00 -08:00
cacheFactory.js style: make jshint happy 2013-10-22 15:32:41 -07:00
compile.js docs($compile): fix a typo 2014-01-06 17:35:13 -08:00
controller.js style: make jshint happy 2013-10-22 15:32:41 -07:00
document.js docs($document): moar better description 2014-01-07 17:07:48 -08:00
exceptionHandler.js docs($exceptionHandler): add an example of overriding the handler 2013-09-19 14:51:38 +01:00
filter.js docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00
http.js docs($http): remove outdated part about $http outside of $apply phase 2014-01-18 22:52:58 -05:00
httpBackend.js fix($http): return responseText on IE8 for requests with responseType set 2014-01-10 02:25:36 -08:00
interpolate.js docs($interpolate): demonstrate a filter in the interpolated expression 2013-12-04 22:36:42 +00:00
interval.js style($interval): remove ws and replace comma with semicolon 2014-01-22 11:14:59 -08:00
locale.js style: make jshint happy 2013-10-22 15:32:41 -07:00
location.js docs($location): fix link to $locationChangeSuccess event 2014-01-10 00:58:40 -08:00
log.js fix($log): should work in IE8 2013-12-18 21:44:00 -08:00
parse.js fix($parse): do not use locals to resolve object properties 2014-01-21 19:27:04 -05:00
q.js docs($q): note that function okToGreet is expected to be defined in example 2014-01-18 17:36:58 -05:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty when decrementing ttl 2014-01-13 09:53:38 -08:00
sanitizeUri.js fix($sanitize): Use same whitelist mechanism as $compile does. 2013-11-26 14:29:38 -08:00
sce.js docs($sce): correct documentation for angular 1.2.0 2014-01-17 17:12:53 -05:00
sniffer.js docs(\$sniffer): fix minor typo 2014-01-02 23:10:38 -08:00
timeout.js docs(bootstrap-prettify): fix $timeout issues and update related docs 2013-12-17 22:53:28 +00:00
urlUtils.js refactor($location): move file://+win path fix to $location 2013-11-26 18:31:27 -08:00
window.js docs($window): move use of $window to controller 2013-11-27 22:54:45 +00:00