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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
In new Patch of 0.13.1 the anchor tag href has been changed from javascript:void(0) to '#' which is causing problem like redirecting to # when clicking any text field inside accordion-heading.
The text was updated successfully, but these errors were encountered:
That was done under this PR: fb302c6 for CSP compliance. Notice $event.preventDefault() was added to the anchors ng-click attribute to prevent that. Can you please create a plunkr that reproduces the issue?
In new Patch of 0.13.1 the anchor tag href has been changed from javascript:void(0) to '#' which is causing problem like redirecting to # when clicking any text field inside accordion-heading.
The text was updated successfully, but these errors were encountered: