You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After activating the eclipse plugin, I'm getting a ton of validation warnings for directives of angular extensions, such as uib-tooltip or translate (from angular translate, not the HTML5 attribute)
I'm loading all libraries from cdnjs.cloudflare.com, and the Subresource Integrity attributes on the script tags (integrity and crossorigin) also produce validation warnings
Can you please document how I could add attributes to the validation to get rid of the warnings?
The text was updated successfully, but these errors were encountered:
I could remove many warnings by prefixing attributes with data- but that doesn't work for element directives. Would still appreciate support on how to accept the attributes in validation
After activating the eclipse plugin, I'm getting a ton of validation warnings for directives of angular extensions, such as
uib-tooltip
ortranslate
(from angular translate, not the HTML5 attribute)I'm loading all libraries from cdnjs.cloudflare.com, and the Subresource Integrity attributes on the
script
tags (integrity
andcrossorigin
) also produce validation warningsCan you please document how I could add attributes to the validation to get rid of the warnings?
The text was updated successfully, but these errors were encountered: