angular.dart icon indicating copy to clipboard operation
angular.dart copied to clipboard

ResourceUrlResolver tries to rewrite href, and action attributes

Open TedSander opened this issue 10 years ago • 0 comments

When relative url rewriting is turned on href, src, and action attributes are attempted to be rewritten. The src attribute would make sense for image sources, but it makes little sense for href, or action attributes to be rewritten as they are usually part of the server or outside structure not set by the component.

TedSander avatar Feb 10 '15 00:02 TedSander