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 was archived by the owner on Sep 8, 2020. It is now read-only.
I am building a wizard and editor comes on 2nd page, so if someone tries to access 2nd page, I have code to move to step1 like $location.path("/step1"); but I get
Uncaught TypeError: Cannot read property 'setAttribute' of undefined
in aria function of tinymce at following line:
elm.setAttribute(name == 'role' ? name : 'aria-' + name, value);