This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Custom configuration from scope variable not working #158
Open
Description
When I use an actual scope to insert the configuration options for uiTinymceConfig in tinymceOptions and it doesn't work unless I put the object INLINE in the directive. Anyone else seeing this? I'm using Angular 1.2.26 and my options are being fed in on instantiation of the directive, but I can confirm that it's not being parsed.
This line doesn't eval right away with my inputted in values. If I put a $timeout of 100ms around it, it then evaluates correctly.
scope.$eval(attrs.uiTinymce));
Anyone else having this issue? I need to add a color picker and other stuff here, but I don't see a working example of this functionality, just sample code.
Thanks