Angular template override

Hello there, I would like to write a custom theme overriding angular period selector.
While is pretty clear how twig override works, isn’t the same for angular templates.

In a specific way, I want to edit this template:
plugins/CoreHome/angularjs/period-selector/period-selector.directive.html

Do I need to set a plugins/MyPlugin/templates/plugins/CoreHome/angularjs/period-selector/selector.directive.html ?

Hi,

That’s a good question and I never thought about it. It might not even be possible yet.

I created an issue here:

1 Like

Thanks for caring, this will be useful for updating my plugin RerUserDates compatibility.
Until now, I’m trying to tweak angular DOM by JQuery but doesn’t work.