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
In the html, you can set a name for the editor like this: <text-angular name='test'></text-angular>
From the docs, I know you can use the name for getting the editor scope via the textAngularManager.
However, I don't see how to retrieve the name from the editor's scope. It could be nice if you could register it in the scope.
In my case, I am creating a custom tool and I need some way of identifying the current editor. The name attribute seems like the perfect choice since I have control over it.
Thanks for this awesome directive,
Andres
The text was updated successfully, but these errors were encountered:
Hi,
In the html, you can set a name for the editor like this:
<text-angular name='test'></text-angular>
From the docs, I know you can use the name for getting the editor scope via the textAngularManager.
However, I don't see how to retrieve the name from the editor's scope. It could be nice if you could register it in the scope.
In my case, I am creating a custom tool and I need some way of identifying the current editor. The name attribute seems like the perfect choice since I have control over it.
Thanks for this awesome directive,
Andres
The text was updated successfully, but these errors were encountered: