There is a conflict between ng-attr
and some SVG elements attributes.
Following attributes has conflict when using them with ng-attr
:
Attributes of <svg> tag:
viewBox
preserveAspectRatio
Attributes of <marker> tag:
orient
markerunits
markerheight
markerwidth
refy
refx
viewbox
Attributes of <path> tag:
d
Attributes of <polyline> tag:
marker-end
marker-start
fill
stroke
stroke-width
A simple solution on this is to use SVG’s standard attributes for above mentioned tags.
You might also like:
AngularJS learning and examples:
- mailto and gmail : AngularJS error
- AngularJS advanced accordion
- Scope variable over multiple queries in AngularJS
- Advanced search in AngularJS
- Basic search in AngularJS
- AngularJS in 20 minutes
- Angular column filter for Bootstrap
- AngularJS ‘mouseleave’ event : error and solution
jQuery plugins:
- jqExtension – jQuery file type validation plugin
- jQuery validation for file type extension
- jQuery validationEngine: Extended jQuery form validations
- jQuery Ad Gallery – Extended Photo Gallery Slideshow
- Simple and easy Cookie based jQuery tabs
- Simple jQuery Single Level Drop Down Menu
Leave a Reply