angular.dart
angular.dart copied to clipboard
ResourceUrlResolver tries to rewrite href, and action attributes
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.